Commit
•
4e1321d
1
Parent(s):
bf9fccb
Moar perms
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -24,7 +24,8 @@ COPY supervisord.conf .
|
|
24 |
|
25 |
# Set permissions on the log file
|
26 |
RUN touch /app/mylog.log /app/supervisord.log && chmod a+rwx /app/mylog.log /app/supervisord.log
|
27 |
-
RUN mkdir -p /.cache/huggingface
|
|
|
28 |
|
29 |
# Expose the desired port
|
30 |
EXPOSE 7860
|
|
|
24 |
|
25 |
# Set permissions on the log file
|
26 |
RUN touch /app/mylog.log /app/supervisord.log && chmod a+rwx /app/mylog.log /app/supervisord.log
|
27 |
+
RUN mkdir -m 777 -p /.cache/huggingface/hub/
|
28 |
+
|
29 |
|
30 |
# Expose the desired port
|
31 |
EXPOSE 7860
|