Skip to content

Commit e4b6254

Browse files
committed
fix[dockerfile]: Remove unneeded downgrade
1 parent 0211524 commit e4b6254

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
@@ -10,7 +10,7 @@ RUN apt update && \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
RUN pip install --no-cache -r requirements.txt
13-
RUN pip uninstall "Cython" && pip install --no-cache "Cython<3.0"
13+
#RUN pip uninstall "Cython" && pip install --no-cache "Cython<3.0"
1414

1515

1616
# image for fhempy (final stage) modules will be installed here

0 commit comments

Comments
 (0)