Spaces:
Runtime error
Runtime error
change method
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -27,6 +27,6 @@ RUN if [ -d "/app/olas-predict-benchmark/benchmark/mech" ]; then \
|
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
30 |
-
RUN
|
31 |
|
32 |
-
CMD ["
|
|
|
27 |
|
28 |
EXPOSE 7860
|
29 |
|
30 |
+
RUN ls -la /app
|
31 |
|
32 |
+
CMD ["python", "app.py"]
|