From 86999b115b235839a05fa6263f0fc809a4608c2d Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 14 Oct 2022 15:57:20 +0200 Subject: [PATCH] img --- .github/workflows/docker.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e1616e6..31bd9a9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,10 +7,12 @@ jobs: runs-on: ubuntu-latest # container: # image: pytorch/manylinux-cuda113 - 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