Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM jjanzic/docker-python3-opencv
|
2 |
|
|
|
|
|
3 |
RUN pip install Cython==0.29.36
|
4 |
|
5 |
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
|
|
1 |
FROM jjanzic/docker-python3-opencv
|
2 |
|
3 |
+
RUN pwd
|
4 |
+
|
5 |
RUN pip install Cython==0.29.36
|
6 |
|
7 |
RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|