Update Dockerfile
Browse files- 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 |
|