diff --git a/coreos/Dockerfile b/coreos/Dockerfile index 31df1a65..b578aa65 100644 --- a/coreos/Dockerfile +++ b/coreos/Dockerfile @@ -8,7 +8,7 @@ COPY nvidia-container-runtime . RUN go install -v nvidia-container-runtime # Build driver image -FROM ubuntu:16.04 +FROM ubuntu:24.04 RUN dpkg --add-architecture i386 && \ apt-get update && apt-get install -y --no-install-recommends \