Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,8 @@ WORKDIR /code
|
|
| 5 |
|
| 6 |
COPY ./requirements.txt /code/requirements.txt
|
| 7 |
|
|
|
|
|
|
|
| 8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 9 |
|
| 10 |
RUN pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1.tar.gz
|
|
|
|
| 5 |
|
| 6 |
COPY ./requirements.txt /code/requirements.txt
|
| 7 |
|
| 8 |
+
RUN pip install "uvicorn[standard]"
|
| 9 |
+
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
|
| 12 |
RUN pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1.tar.gz
|