davanstrien HF staff commited on
Commit
0890591
1 Parent(s): 2668124

Bump CUDA version to 12.5.1 and switch to devel image (#19)

Browse files

- Bump CUDA version to 12.5.1 and switch to devel image (d211e56702fd3b5d1f6496033588ea8ec9d53894)

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
  TZ=Europe/Paris
 
1
+ FROM nvidia/cuda:12.5.1-cudnn-devel-ubuntu20.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive \
4
  TZ=Europe/Paris