Skip to content

Commit 9bf3c45

Browse files
committed
Experimentally raised cython version to 0.29
1 parent 41faace commit 9bf3c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RUN useradd --create-home --shell /bin/bash ${USER}
9393
# with sudo access and no password
9494
RUN usermod -append --groups sudo ${USER}
9595
RUN echo "%sudo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
96-
RUN pip install --quiet --upgrade Cython==0.28.6
96+
RUN pip install --quiet --upgrade cython==0.29
9797
WORKDIR ${WORK_DIR}
9898
COPY . ${WORK_DIR}
9999
# user needs ownership/write access to these directories

0 commit comments

Comments
 (0)