Skip to content

Commit

Permalink
fix(Dockerfile): Bump CUDA version to 12.2.2, add dev tools
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Ly <[email protected]>
  • Loading branch information
edward-ly committed Oct 30, 2024
1 parent b2d0e86 commit 3495e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04

RUN \
apt update && \
Expand Down

0 comments on commit 3495e5c

Please sign in to comment.