Skip to content

Commit ad6104c

Browse files
committed
Reverted Dockerfile cython to 0.28.6
Checking when this was fixed in cython, it looks like 0.28.6 should be fine
1 parent 6303a70 commit ad6104c

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.29
96+
RUN pip install --quiet --upgrade cython==0.28.6
9797
WORKDIR ${WORK_DIR}
9898
COPY . ${WORK_DIR}
9999
# user needs ownership/write access to these directories

0 commit comments

Comments
 (0)