Skip to content

Commit

Permalink
Merge branch 'v1.8_cuda-12.5_ubuntu-22.04' of https://github.com/iot-…
Browse files Browse the repository at this point in the history
…salzburg/gpu-jupyter into v1.8_cuda-12.5_ubuntu-22.04
  • Loading branch information
ChristophSchranz committed Nov 26, 2024
2 parents feda820 + c6c8209 commit 4a7896c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# The version of cuda must match those of the packages installed in src/Dockerfile.gpulibs
FROM nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04
LABEL authors="Christoph Schranz <[email protected]>"

# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
RUN chmod 1777 /tmp && chmod 1777 /var/tmp

Expand Down
1 change: 1 addition & 0 deletions custom/header.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# The version of cuda must match those of the packages installed in src/Dockerfile.gpulibs
FROM nvidia/cuda:12.5.1-cudnn-runtime-ubuntu22.04
LABEL authors="Christoph Schranz <[email protected]>"

# This is a concatenated Dockerfile, the maintainers of subsequent sections may vary.
RUN chmod 1777 /tmp && chmod 1777 /var/tmp

Expand Down

0 comments on commit 4a7896c

Please sign in to comment.