fjenett commited on
Commit
5daecc1
1 Parent(s): dedbcc6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM jjanzic/docker-python3-opencv
2
 
 
 
3
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
4
  cd AAMED/python && \
5
  python setup.py build_ext --inplace
 
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 && \
7
  python setup.py build_ext --inplace