zjowowen commited on
Commit
232b6a5
1 Parent(s): 3393c87

polish dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel as base
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
  ENV LANG en_US.UTF-8
 
1
+ FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-runtime as base
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
  ENV LANG en_US.UTF-8