Spaces:
Runtime error
Runtime error
Commit
·
8105f04
1
Parent(s):
f1f6374
Fixed (im begging)
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ RUN pip install --upgrade pip
|
|
| 8 |
RUN pip install -r requirements.txt
|
| 9 |
|
| 10 |
RUN mkdir /api/cache
|
| 11 |
-
RUN mkdir /api/models
|
| 12 |
RUN chmod a+rwx /api/cache
|
| 13 |
RUN chmod a+rwx /api/models
|
| 14 |
|
|
|
|
| 8 |
RUN pip install -r requirements.txt
|
| 9 |
|
| 10 |
RUN mkdir /api/cache
|
|
|
|
| 11 |
RUN chmod a+rwx /api/cache
|
| 12 |
RUN chmod a+rwx /api/models
|
| 13 |
|