devve1 commited on
Commit
dc0a323
1 Parent(s): ce17e73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN python3 -m spacy download en_core_web_sm
27
 
28
  COPY pip.conf $VIRTUAL_ENV/pip.conf
29
 
30
- RUN pip3 install onnxruntime-openvino onnxruntime-gpu==1.17.1
31
 
32
  RUN useradd -m -u 1000 user
33
  USER user
 
27
 
28
  COPY pip.conf $VIRTUAL_ENV/pip.conf
29
 
30
+ RUN pip3 install onnxruntime-gpu==1.17.1
31
 
32
  RUN useradd -m -u 1000 user
33
  USER user