fjenett commited on
Commit
b5be9aa
1 Parent(s): 2352bbd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -32,5 +32,7 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
32
  cd AAMED/python && \
33
  python setup.py build_ext --inplace
34
 
35
- RUN cd /opt/build/AAMED/python && python test_aamed.py
 
 
36
 
 
32
  cd AAMED/python && \
33
  python setup.py build_ext --inplace
34
 
35
+ COPY test.py /opt/build/AAMED/python/
36
+
37
+ RUN cd /opt/build/AAMED/python && python test.py
38