fjenett commited on
Commit
b04e88b
1 Parent(s): 6aa96a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,7 +14,8 @@ RUN pip install Cython==0.29.36
14
 
15
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
16
  cd AAMED/python && \
17
- python setup.py build_ext --inplace
 
18
 
19
  # COPY test.py /opt/build/AAMED/python/
20
  # RUN cd /opt/build/AAMED/python && python test.py
 
14
 
15
  RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
16
  cd AAMED/python && \
17
+ python setup.py build_ext --inplace && \
18
+ python setup.py install
19
 
20
  # COPY test.py /opt/build/AAMED/python/
21
  # RUN cd /opt/build/AAMED/python && python test.py