Skip to content

Commit

Permalink
Refactor Dockerfile to use cudnn-devel image for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Dec 9, 2024
1 parent eb78556 commit f069f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OS/ubuntu-cuda/24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
FROM nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04

COPY /script/startup.sh /usr/start/startup.sh

Expand Down

0 comments on commit f069f8f

Please sign in to comment.