Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
•
ce996a9
1
Parent(s):
db0f387
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,6 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
8 |
|
9 |
RUN mkdir /.cache && chmod 777 /.cache
|
10 |
|
11 |
-
RUN mkdir /app/
|
12 |
|
13 |
CMD ["python3", "app.py"]
|
|
|
8 |
|
9 |
RUN mkdir /.cache && chmod 777 /.cache
|
10 |
|
11 |
+
RUN mkdir /app/model && chmod 777 /app/model
|
12 |
|
13 |
CMD ["python3", "app.py"]
|