Skip to content

Commit

Permalink
Bump ubuntu from 20.04 to 24.04 in /docker
Browse files Browse the repository at this point in the history
Bumps ubuntu from 20.04 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent eb14ee2 commit f08a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.withlib
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD . /k8s-vgpu
ARG GOPROXY=https://goproxy.cn,direct
RUN cd /k8s-vgpu && make all

FROM ubuntu:20.04
FROM ubuntu:24.04
ENV NVIDIA_DISABLE_REQUIRE="true"
ENV NVIDIA_VISIBLE_DEVICES=all
ENV NVIDIA_DRIVER_CAPABILITIES=utility
Expand Down

0 comments on commit f08a12c

Please sign in to comment.