devve1 commited on
Commit
0f98b99
1 Parent(s): 5a947cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -23,6 +23,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
23
  COPY ./requirements.txt /data/requirements.txt
24
  RUN pip3 install --no-cache-dir --upgrade -r /data/requirements.txt
25
 
 
 
26
  COPY pip.conf $VIRTUAL_ENV/pip.conf
27
 
28
  RUN pip3 install onnxruntime-gpu==1.17.1
 
23
  COPY ./requirements.txt /data/requirements.txt
24
  RUN pip3 install --no-cache-dir --upgrade -r /data/requirements.txt
25
 
26
+ RUN python3 -m spacy download en_core_web_sm
27
+
28
  COPY pip.conf $VIRTUAL_ENV/pip.conf
29
 
30
  RUN pip3 install onnxruntime-gpu==1.17.1