fjenett commited on
Commit
804903a
·
1 Parent(s): 5daecc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM jjanzic/docker-python3-opencv
2
 
3
- RUN pip install Cython
4
 
5
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
6
  cd AAMED/python && \
 
1
  FROM jjanzic/docker-python3-opencv
2
 
3
+ RUN pip install Cython==0.29.36
4
 
5
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
6
  cd AAMED/python && \