Skip to content

Commit

Permalink
Use py3.11 user-global site-packages in PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 3, 2022
1 parent d2a2496 commit 5d1679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,7 +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"
ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"

COPY requirements requirements
RUN \
Expand Down

0 comments on commit 5d1679f

Please sign in to comment.