Skip to content

Commit 5d1679f

Browse files
committed
Use py3.11 user-global site-packages in PYTHONPATH
1 parent d2a2496 commit 5d1679f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED 1
1010
ENV PIP_NO_CACHE_DIR 1
1111

1212
ENV PATH "/root/.local/bin:${PATH}"
13-
ENV PYTHONPATH "/root/.local/lib/python3.9/site-packages"
13+
ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"
1414

1515
COPY requirements requirements
1616
RUN \

0 commit comments

Comments
 (0)