Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
+
|