Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|