yangtb24 commited on
Commit
b2be9c5
·
verified ·
1 Parent(s): d5f37b6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -1,6 +1,4 @@
1
  FROM python:3.12-rc-slim-buster
2
- WORKDIR /app
3
  RUN pip install --no-cache-dir -r requirements.txt
4
- COPY . /app/
5
  EXPOSE 7860
6
  CMD ["python", "app.py"]
 
1
  FROM python:3.12-rc-slim-buster
 
2
  RUN pip install --no-cache-dir -r requirements.txt
 
3
  EXPOSE 7860
4
  CMD ["python", "app.py"]