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 41faace commit 9bf3c45Copy full SHA for 9bf3c45
Dockerfile
@@ -93,7 +93,7 @@ RUN useradd --create-home --shell /bin/bash ${USER}
93
# with sudo access and no password
94
RUN usermod -append --groups sudo ${USER}
95
RUN echo "%sudo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
96
-RUN pip install --quiet --upgrade Cython==0.28.6
+RUN pip install --quiet --upgrade cython==0.29
97
WORKDIR ${WORK_DIR}
98
COPY . ${WORK_DIR}
99
# user needs ownership/write access to these directories
0 commit comments