Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ ENV PATH="/root/.local/bin:$PATH"
|
|
19 |
|
20 |
RUN poetry install --only main
|
21 |
RUN mkdir -p /.cache && \
|
22 |
-
chmod -R 777 /.cache
|
23 |
|
24 |
# Expose the port the app runs on
|
25 |
EXPOSE 7860
|
|
|
19 |
|
20 |
RUN poetry install --only main
|
21 |
RUN mkdir -p /.cache && \
|
22 |
+
chmod -R 777 /.cache /root/.local
|
23 |
|
24 |
# Expose the port the app runs on
|
25 |
EXPOSE 7860
|