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