From cc57c6ef4a332099d88ca7d161f3e221b9b56e0a Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 14 Oct 2022 15:59:57 +0200 Subject: [PATCH] x --- .github/workflows/docker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4b59e8a..e8c20cc 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,13 +8,15 @@ jobs: # container: # image: pytorch/manylinux-cuda113 container: - image: debian:stable-slim + image: python:3.10-slim env: CU_VERSION: cu113 PYTHON_VERSION: "3.10" PYTORCH_VERSION: "1.12" steps: - run: | + apt-get update + apt-get install git git clone https://github.com/facebookresearch/xformers x cd x ./packaging/build_wheel.sh