H-Liu1997 commited on
Commit
3042363
·
1 Parent(s): c5fa989

fix: correct CUDA base image tag to 12.4.1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.4.0-cudnn-runtime-ubuntu22.04
2
 
3
  RUN apt-get update && apt-get install -y \
4
  python3 python3-pip git \
 
1
+ FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
2
 
3
  RUN apt-get update && apt-get install -y \
4
  python3 python3-pip git \