Spaces:
Runtime error
Runtime error
uripper
commited on
Commit
·
27bf46d
1
Parent(s):
3c40367
spelling issue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN ls -la /app/app
|
|
16 |
RUN ls -la /
|
17 |
|
18 |
|
19 |
-
RUN python /app/app/
|
20 |
|
21 |
# Make port 7860 available to the world outside this container
|
22 |
EXPOSE 7860
|
|
|
16 |
RUN ls -la /
|
17 |
|
18 |
|
19 |
+
RUN python /app/app/download_models.py
|
20 |
|
21 |
# Make port 7860 available to the world outside this container
|
22 |
EXPOSE 7860
|