Commit
•
bf9fccb
1
Parent(s):
efc3d2e
Adding cache dir?
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -24,6 +24,7 @@ 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 |
|
28 |
# Expose the desired port
|
29 |
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 -p /.cache/huggingface
|
28 |
|
29 |
# Expose the desired port
|
30 |
EXPOSE 7860
|