CarolinePascal commited on
Commit
5d596d9
·
unverified ·
1 Parent(s): 64cdec8

fix(docker image): fix docker image name

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM nvidia/cuda:12.1.105-runtime-ubuntu22.04
2
 
3
  # System deps
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
1
+ FROM nvidia/cuda:12.1.1-runtime-ubuntu22.04
2
 
3
  # System deps
4
  RUN apt-get update && apt-get install -y --no-install-recommends \