fffiloni commited on
Commit
001c868
·
verified ·
1 Parent(s): 11106c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM pytorch/pytorch:2.1.2-cuda11.8-cudnn8-devel
 
2
  ENV DEBIAN_FRONTEND=noninteractive
3
 
4
  RUN apt-get update && apt-get install -y \
 
1
+ #FROM pytorch/pytorch:2.1.2-cuda11.8-cudnn8-devel
2
+ FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
3
  ENV DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update && apt-get install -y \