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 1be0f97 commit 096fe77Copy full SHA for 096fe77
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.21
+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