Sophia Yang commited on
Commit
8104efd
1 Parent(s): f8d0552

permission issues

Browse files
Files changed (1) hide show
  1. 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
- ENV HF_HOME="/root/cache/hf_cache_home"
14
- RUN mkdir /root/cache/hf_cache_home
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