We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8a332 commit a7bad15Copy full SHA for a7bad15
coreos/Dockerfile
@@ -8,7 +8,7 @@ COPY nvidia-container-runtime .
8
RUN go install -v nvidia-container-runtime
9
10
# Build driver image
11
-FROM ubuntu:16.04
+FROM ubuntu:24.04
12
13
RUN dpkg --add-architecture i386 && \
14
apt-get update && apt-get install -y --no-install-recommends \
0 commit comments