From 186f169c6c320faa326b40172ba1daaf965dc157 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 14 Oct 2022 15:58:50 +0200 Subject: [PATCH] indent --- .github/workflows/docker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 31bd9a9..4b59e8a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest # container: # image: pytorch/manylinux-cuda113 - container: - image: debian:stable-slim - env: - CU_VERSION: cu113 - PYTHON_VERSION: "3.10" - PYTORCH_VERSION: "1.12" + container: + image: debian:stable-slim + env: + CU_VERSION: cu113 + PYTHON_VERSION: "3.10" + PYTORCH_VERSION: "1.12" steps: - run: | git clone https://github.com/facebookresearch/xformers x