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 e423b7c commit 0b0b0fdCopy full SHA for 0b0b0fd
Dockerfile
@@ -79,7 +79,7 @@ ARG DEV
79
RUN if [ -n "${DEV}" ]; \
80
then \
81
pip install -U -r requirements/coverage.pip \
82
- && PYTHONUSERBASE=/snekbox/user_base \
+ && export PYTHONUSERBASE=/snekbox/user_base \
83
&& /lang/python/default/bin/python -m pip install --user numpy~=1.19; \
84
fi
85
0 commit comments