diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index 87b3d6f836..3b679e9f20 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -61,7 +61,7 @@ jobs: CONDA: "3" needs: gpu-ci-concierge container: - image: ghcr.io/flexflow/flexflow-environment-cuda:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version @@ -129,7 +129,7 @@ jobs: runs-on: self-hosted needs: python-interface-check container: - image: ghcr.io/flexflow/flexflow-environment-cuda:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version diff --git a/.github/workflows/multinode-test.yml b/.github/workflows/multinode-test.yml index cfe3629211..37f81b615f 100644 --- a/.github/workflows/multinode-test.yml +++ b/.github/workflows/multinode-test.yml @@ -37,7 +37,7 @@ jobs: # 10h timeout, instead of default of 360min (6h) timeout-minutes: 600 container: - image: ghcr.io/flexflow/flexflow-environment-cuda:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version @@ -86,7 +86,7 @@ jobs: runs-on: self-hosted needs: gpu-ci-concierge container: - image: ghcr.io/flexflow/flexflow-environment-cuda:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest options: --gpus all --shm-size=8192m # 10h timeout, instead of default of 360min (6h) timeout-minutes: 600 @@ -137,7 +137,7 @@ jobs: runs-on: self-hosted needs: gpu-ci-concierge container: - image: ghcr.io/flexflow/flexflow-environment-cuda:latest + image: ghcr.io/flexflow/flexflow-environment-cuda-11.8:latest options: --gpus all --shm-size=8192m steps: - name: Install updated git version