Spaces:
Runtime error
Runtime error
PatrickTStrand commited on
Commit ·
4441684
1
Parent(s): 77b0451
include download uvicorn and fastapi
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ WORKDIR /code
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 8 |
|
| 9 |
COPY . .
|
| 10 |
|
|
|
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
| 6 |
|
| 7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 8 |
+
RUN pip install fastapi uvicorn
|
| 9 |
|
| 10 |
COPY . .
|
| 11 |
|