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