-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the dockerfile base image to cuda-dl-base #1248
base: main
Are you sure you want to change the base?
Conversation
So I run a check in the
For the symlink, we'd just need this part of the
@DwarKapex does it sound right to you? |
|
The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only one minor nit left.
@yhtang and/or @chaserileyroberts to review the GCP networking relevant parts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the symlink-xyz scripts modeled after? How do other DLFW containers accomodate the dl core container?
@yhtang |
.github/container/Dockerfile.base
Outdated
@@ -1,27 +1,10 @@ | |||
# syntax=docker/dockerfile:1-labs | |||
ARG BASE_IMAGE=nvidia/cuda:12.6.3-devel-ubuntu24.04 | |||
ARG BASE_IMAGE=nvcr.io/nvidia/cuda-dl-base:24.11-cuda12.6-devel-ubuntu24.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest is 24.12-cuda12.6-devel-ubuntu24.04
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the comment, I'll update the image now :)
Update the base docker image, so we can use cuda-dl-base from
nvcri
.