peterpeter8585 commited on
Commit
173fee7
·
verified ·
1 Parent(s): 17d4097

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
-
2
  RUN pip install --nk-cache-dir -r requirements.txt
3
  RUN chmod +x /app.py
4
  EXPOSE 8000
 
1
+ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
2
  RUN pip install --nk-cache-dir -r requirements.txt
3
  RUN chmod +x /app.py
4
  EXPOSE 8000