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 6303a70 commit ad6104cCopy full SHA for ad6104c
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.29
+RUN pip install --quiet --upgrade cython==0.28.6
97
WORKDIR ${WORK_DIR}
98
COPY . ${WORK_DIR}
99
# user needs ownership/write access to these directories
0 commit comments