Spaces:
Runtime error
Runtime error
Sophia Yang
commited on
Commit
•
8104efd
1
Parent(s):
f8d0552
permission issues
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -10,6 +10,5 @@ COPY . .
|
|
10 |
|
11 |
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-instructpix2pix.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
12 |
|
13 |
-
|
14 |
-
RUN
|
15 |
-
RUN chmod 777 /root/cache/hf_cache_home
|
|
|
10 |
|
11 |
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "sophiamyang-panel-instructpix2pix.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]
|
12 |
|
13 |
+
RUN mkdir /.cache
|
14 |
+
RUN chmod 777 /.cache
|
|