Skip to content

Commit

Permalink
Add user-global site-packages to $PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 30, 2022
1 parent 8d5f27c commit d7edd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -10,6 +10,7 @@ ENV PYTHONUNBUFFERED 1
ENV PIP_NO_CACHE_DIR 1

ENV PATH "/root/.local/bin:${PATH}"
ENV PYTHONPATH "/root/.local/lib/python3.9/site-packages"

COPY requirements requirements
RUN \
Expand Down

0 comments on commit d7edd4c

Please sign in to comment.