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