diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index 00ca2df603..d38c2619b0 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -56,7 +56,7 @@ jobs: CONDA: "3" needs: gpu-ci-concierge container: - image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-12.1:latest options: --gpus all --shm-size=8192m steps: - name: Keep alive @@ -75,7 +75,7 @@ jobs: CONDA: "3" needs: gpu-ci-concierge container: - image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-12.1:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version @@ -151,7 +151,7 @@ jobs: HUGGINGFACE_TOKEN: ${{ secrets.HUGGINGFACE_TOKEN }} needs: gpu-ci-concierge container: - image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-12.1:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version @@ -239,7 +239,7 @@ jobs: CONDA: "3" needs: inference-tests container: - image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-12.1:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version