fjenett commited on
Commit
22cf72f
·
1 Parent(s): 6aed5a4

Update Dockerfile

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