Skip to content

Commit

Permalink
* Fix CUDA12 build failed with lack of args
Browse files Browse the repository at this point in the history
  • Loading branch information
ADSFAaron committed May 10, 2024
1 parent e22fb91 commit f853eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
docker push adsfaaron/vscode-server-gpu:latest
# Build Docker image with Dockerfile.cuda12
docker build . --file Dockerfile.cuda12 --tag adsfaaron/vscode-server-gpu-cuda12:${{ steps.latest_release.outputs.tag }}
docker build . --file Dockerfile.cuda12 --tag adsfaaron/vscode-server-gpu-cuda12:${{ steps.latest_release.outputs.tag }} --build-arg CODE_SERVER_VERSION=${{ steps.latest_release.outputs.tag }}
# Push the CUDA 12 image to Docker Hub
docker push adsfaaron/vscode-server-gpu-cuda12:${{ steps.latest_release.outputs.tag }}

0 comments on commit f853eb8

Please sign in to comment.