Skip to content

Commit

Permalink
remove any existing link first
Browse files Browse the repository at this point in the history
  • Loading branch information
cragwolfe committed Aug 31, 2023
1 parent 4b032be commit 18c55b8
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 @@ -63,7 +63,7 @@ RUN python3.10 -c "import nltk; nltk.download('punkt')" && \
FROM deps as code

# NOTE(crag): temporary workaround until updated base image has this
RUN ln -s /usr/local/bin/python3.10 /usr/local/bin/python3
RUN rm -f /usr/local/bin/python3 && ln -s /usr/local/bin/python3.10 /usr/local/bin/python3

USER ${NB_USER}

Expand Down

0 comments on commit 18c55b8

Please sign in to comment.