Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkosm committed Dec 27, 2024
1 parent dddd726 commit a2e8c02
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 @@ -25,7 +25,7 @@ RUN poetry config virtualenvs.create false && \
rm -rf /root/.cache/pip

#use paddlegpu
RUN pip install paddlepaddle-gpu==3.0.0b1 -i python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
RUN pip install paddlepaddle-gpu==3.0.0b1-i https://www.paddlepaddle.org.cn/packages/stable/cu118/

COPY . ./
COPY magic-pdf.gpu.json /root/magic-pdf.json
Expand Down

0 comments on commit a2e8c02

Please sign in to comment.