r23 commited on
Commit
cf6470a
1 Parent(s): ff554ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -8,8 +8,6 @@ RUN pip install diffusers transformers
8
 
9
  RUN pip install fastapi uvicorn
10
 
11
- COPY requirements.txt /code RUN pip install -r requirements.txt
12
-
13
  COPY app.py /code
14
 
15
  CMD ["uvicorn", "app:app", "-host", "0.0.0.0", "-port", "80"]
 
8
 
9
  RUN pip install fastapi uvicorn
10
 
 
 
11
  COPY app.py /code
12
 
13
  CMD ["uvicorn", "app:app", "-host", "0.0.0.0", "-port", "80"]