Skip to content

Commit

Permalink
Remove image env
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jul 3, 2023
1 parent 2927bb4 commit 8cd5537
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@ jobs:
# tox -e gpu-cu11

tests-examples:
env:
IMAGE: "nvidia/cuda:11.8.0-runtime-ubuntu22.04"
runs-on: linux-amd64-gpu-p100-latest-1
container:
image: ${{ env.IMAGE }}
image: "nvidia/cuda:11.8.0-runtime-ubuntu22.04"
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
strategy:
Expand All @@ -130,7 +128,7 @@ jobs:
- uses: actions/cache@v3
with:
path: .tox
key: tox-${{ env.IMAGE }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements/*.txt') }}
key: tox-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('requirements/*.txt') }}
- name: Install and upgrade python packages
run: |
python -m pip install --upgrade pip tox
Expand Down

0 comments on commit 8cd5537

Please sign in to comment.