Spaces:
Sleeping
Sleeping
IZERE HIRWA Roger
commited on
Commit
·
85b6fb8
1
Parent(s):
bc2ee7a
pp
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -50,5 +50,7 @@ RUN chmod 777 /workspace
|
|
50 |
|
51 |
RUN mkdir -p /tmp/fontconfig-cache && chmod 777 /tmp/fontconfig-cache
|
52 |
|
|
|
|
|
53 |
EXPOSE 7860
|
54 |
ENTRYPOINT ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
50 |
|
51 |
RUN mkdir -p /tmp/fontconfig-cache && chmod 777 /tmp/fontconfig-cache
|
52 |
|
53 |
+
RUN mkdir -p /opt/hf_cache && chmod 777 /opt/hf_cache
|
54 |
+
|
55 |
EXPOSE 7860
|
56 |
ENTRYPOINT ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|