KJ24 commited on
Commit
62d30a7
·
verified ·
1 Parent(s): d3ec3d3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -6,6 +6,5 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
9
- COPY models /models
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY app.py .
 
9
 
10
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]