Spaces:
Sleeping
Sleeping
docker commit
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -14,6 +14,9 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
14 |
|
15 |
# Copy the rest of your application files
|
16 |
|
|
|
|
|
|
|
17 |
|
18 |
EXPOSE 7860
|
19 |
|
|
|
14 |
|
15 |
# Copy the rest of your application files
|
16 |
|
17 |
+
RUN chmod -R 777 /.cache
|
18 |
+
|
19 |
+
|
20 |
|
21 |
EXPOSE 7860
|
22 |
|