moriire commited on
Commit
1149c4f
·
verified ·
1 Parent(s): dc9fc68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
18
  gnupg2 \
19
  wget
20
 
21
- RUN pip install optimum[onnxruntime]@git+https://github.com/huggingface/optimum.git
22
 
23
  WORKDIR /code
24
 
 
18
  gnupg2 \
19
  wget
20
 
21
+ #RUN pip install optimum[onnxruntime]@git+https://github.com/huggingface/optimum.git
22
 
23
  WORKDIR /code
24