Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -5,8 +5,6 @@ WORKDIR /code
|
|
5 |
# Upgrade pip to the latest version
|
6 |
RUN pip install --no-cache-dir --upgrade pip
|
7 |
|
8 |
-
RUN pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
9 |
-
|
10 |
# Ensure this COPY command matches the location of the dlib wheel file
|
11 |
COPY ./requirements.txt /code/
|
12 |
|
|
|
5 |
# Upgrade pip to the latest version
|
6 |
RUN pip install --no-cache-dir --upgrade pip
|
7 |
|
|
|
|
|
8 |
# Ensure this COPY command matches the location of the dlib wheel file
|
9 |
COPY ./requirements.txt /code/
|
10 |
|