Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlu0 authored Jan 11, 2024
1 parent 4c3fc2a commit f0d6f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --chown=${NB_USER}:${NB_USER} requirements/base.txt requirements-base.txt
RUN python3.10 -m pip install pip==22.2.1 \
&& dnf -y groupinstall "Development Tools" \
&& su -l ${NB_USER} -c 'pip3.10 install --no-cache -r requirements-base.txt' \
&& su -l ${NB_USER} -c 'pip3.10 uninstall --no-cache onnxruntime -y' \
&& su -l ${NB_USER} -c 'pip3.10 uninstall --no-cache onnxruntime==1.10.0 -y' \
&& su -l ${NB_USER} -c 'pip3.10 install --no-cache onnxruntime-gpu==1.10.0' \
&& su -l ${NB_USER} -c 'pip3.10 install --no-cache paddlepaddle-gpu' \
&& su -l ${NB_USER} -c 'pip3.10 install --no-cache "unstructured.PaddleOCR"' \
Expand Down

0 comments on commit f0d6f57

Please sign in to comment.