Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -21,4 +21,6 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
|
21 |
|
22 |
COPY . .
|
23 |
|
|
|
|
|
24 |
CMD ['python', 'app.py']
|
|
|
21 |
|
22 |
COPY . .
|
23 |
|
24 |
+
RUN which python && pwd
|
25 |
+
|
26 |
CMD ['python', 'app.py']
|