Skip to content

Commit

Permalink
fix source image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Apr 23, 2024
1 parent 92baf32 commit 1ddcb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
uses: ./.github/workflows/docker-build-test-upload.yml
with:
parent-image: ""
image: pytorch-notebook
image: quay.io/jupyter/pytorch-notebook
variant: cuda11-pytorch-2.2.2
runs-on: ubuntu-latest

source-cuda12-pytorch_2_2_2:
uses: ./.github/workflows/docker-build-test-upload.yml
with:
parent-image: ""
image: pytorch-notebook
image: quay.io/jupyter/pytorch-notebook
variant: cuda12-pytorch-2.2.2
runs-on: ubuntu-latest

Expand Down

0 comments on commit 1ddcb59

Please sign in to comment.