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 9cd11cb commit 036b659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG POETRY_VERSION=1.6.1

FROM nvidia/cuda:12.4.1-devel-ubuntu22.04
FROM nvidia/cuda:12.1.1-devel-ubuntu22.04
# Allow statements and log messages to immediately appear in the logs
ENV PYTHONUNBUFFERED True

Expand All @@ -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 https://www.paddlepaddle.org.cn/packages/stable/cu123/
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 036b659

Please sign in to comment.