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