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 0211524 commit e4b6254Copy full SHA for e4b6254
Dockerfile
@@ -10,7 +10,7 @@ RUN apt update && \
10
&& rm -rf /var/lib/apt/lists/*
11
12
RUN pip install --no-cache -r requirements.txt
13
-RUN pip uninstall "Cython" && pip install --no-cache "Cython<3.0"
+#RUN pip uninstall "Cython" && pip install --no-cache "Cython<3.0"
14
15
16
# image for fhempy (final stage) modules will be installed here
0 commit comments