Skip to content

Commit

Permalink
Try with the full doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Dec 20, 2024
1 parent 224101b commit b9ce05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip
RUN python3 -m pip install --no-cache-dir git+https://github.com/huggingface/doc-builder.git

RUN git clone $clone_url && cd optimum && git checkout $commit_sha
RUN python3 -m pip install --no-cache-dir ./optimum[onnxruntime,benchmark,quality,exporters-tf,exporters-executorch,doc-build,diffusers]
RUN python3 -m pip install --no-cache-dir ./optimum[onnxruntime,benchmark,quality,exporters-executorch,doc-build,diffusers]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"transformers>=4.36,<4.47.0",
],
"exporters-tf": [
# "tensorflow>=2.4,<=2.12.1",
"tensorflow>=2.4,<=2.12.1",
"tf2onnx",
"onnx",
"onnxruntime",
Expand Down

0 comments on commit b9ce05d

Please sign in to comment.