We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a2496 commit 5d1679fCopy full SHA for 5d1679f
Dockerfile
@@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED 1
10
ENV PIP_NO_CACHE_DIR 1
11
12
ENV PATH "/root/.local/bin:${PATH}"
13
-ENV PYTHONPATH "/root/.local/lib/python3.9/site-packages"
+ENV PYTHONPATH "/root/.local/lib/python3.11/site-packages"
14
15
COPY requirements requirements
16
RUN \
0 commit comments