Skip to content

Commit f19e92d

Browse files
committed
ensure latest collab docker runtime is used
1 parent 77fcd79 commit f19e92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collab.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
execution-checks:
55
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=ubuntu24-gpu-x64/disk=large"
66
container:
7-
image: docker://us-docker.pkg.dev/colab-images/public/runtime
7+
image: docker://us-docker.pkg.dev/colab-images/public/runtime:latest
88
options: --gpus all
99
steps:
1010
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)