fjenett commited on
Commit
6aed5a4
1 Parent(s): 804903a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,3 +6,5 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
6
  cd AAMED/python && \
7
  python setup.py build_ext --inplace
8
 
 
 
 
6
  cd AAMED/python && \
7
  python setup.py build_ext --inplace
8
 
9
+ RUN python test_aamed.py
10
+