Spaces:
Runtime error
Runtime error
uripper
commited on
Commit
·
3c40367
1
Parent(s):
2ba69f0
one more
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -12,8 +12,10 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
|
12 |
|
13 |
# Debugging: Print the contents of the /app directory
|
14 |
RUN ls -la /app
|
|
|
15 |
RUN ls -la /
|
16 |
|
|
|
17 |
RUN python /app/app/download_model.py
|
18 |
|
19 |
# Make port 7860 available to the world outside this container
|
|
|
12 |
|
13 |
# Debugging: Print the contents of the /app directory
|
14 |
RUN ls -la /app
|
15 |
+
RUN ls -la /app/app
|
16 |
RUN ls -la /
|
17 |
|
18 |
+
|
19 |
RUN python /app/app/download_model.py
|
20 |
|
21 |
# Make port 7860 available to the world outside this container
|