Skip to content

Commit

Permalink
test:fix test_dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Dec 27, 2024
1 parent c482698 commit 9d1a57d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ COPY test_unstructured test_unstructured
COPY example-docs example-docs

RUN chown -R notebook-user:notebook-user /app && \
apk add font-ubuntu git && \
fc-cache -fv && \
ln -s /usr/bin/python3.11 /usr/bin/python3
apk add font-ubuntu git && \
fc-cache -fv && \
[ -e /usr/bin/python3 ] || ln -s /usr/bin/python3.11 /usr/bin/python3

USER notebook-user

Expand Down

0 comments on commit 9d1a57d

Please sign in to comment.