moriire commited on
Commit
dc9fc68
·
verified ·
1 Parent(s): 689d0c1

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
-
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