peterpeter8585 commited on
Commit
fecf8a2
·
verified ·
1 Parent(s): ac1632a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
2
  WORKDIR /
3
- RUN pip install --no-cache-dir -r /requirements.txt
4
  RUN chmod +x /app.py
5
  EXPOSE 8000
6
  CMD ["chainlit", "run","app.py"]
 
1
  FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
2
  WORKDIR /
3
+ RUN pip install -r /requirements.txt
4
  RUN chmod +x /app.py
5
  EXPOSE 8000
6
  CMD ["chainlit", "run","app.py"]