We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$PYTHONPATH
1 parent 8d5f27c commit d7edd4cCopy full SHA for d7edd4c
Dockerfile
@@ -10,6 +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"
14
15
COPY requirements requirements
16
RUN \
0 commit comments