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 a6457e3 commit fc1636aCopy full SHA for fc1636a
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