fjenett commited on
Commit
a0a3b9a
·
1 Parent(s): 43258ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y python3-opencv
9
 
10
  RUN pip install opencv-python mediapipe
11
 
12
- RUN pip install Cython==3.0.0 # 0.29.36
13
 
14
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
15
  cd AAMED/python && \
 
9
 
10
  RUN pip install opencv-python mediapipe
11
 
12
+ RUN pip install Cython==0.29.36
13
 
14
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
15
  cd AAMED/python && \