darpanaswal commited on
Commit
2a60598
·
verified ·
1 Parent(s): 313aa1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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