fjenett commited on
Commit
dedbcc6
1 Parent(s): 68abb54

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
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
6
+