Spaces:
Runtime error
Runtime error
uripper
commited on
Commit
·
8ffd8f9
1
Parent(s):
f321852
debugging
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -20,6 +20,8 @@ RUN pip install -r /app/requirements.txt
|
|
20 |
# Debugging: Print the contents of the /app directory
|
21 |
RUN ls -la /app
|
22 |
RUN ls -la /app/app
|
|
|
|
|
23 |
RUN ls -la /
|
24 |
|
25 |
|
|
|
20 |
# Debugging: Print the contents of the /app directory
|
21 |
RUN ls -la /app
|
22 |
RUN ls -la /app/app
|
23 |
+
RUN ls -la /app/models
|
24 |
+
RUN ls -la /app/data
|
25 |
RUN ls -la /
|
26 |
|
27 |
|