derek-thomas HF staff commited on
Commit
71516f3
1 Parent(s): 5019d75

Fixing paths

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ COPY . .
29
  COPY supervisord.conf .
30
 
31
  # Set permissions on the log file
32
- RUN touch $HOME/app/mylog.log $HOME/app/supervisord.log && chmod a+rwx /app/mylog.log /app/supervisord.log
33
  # RUN mkdir -m 777 -p /.cache/huggingface/hub/
34
 
35
 
 
29
  COPY supervisord.conf .
30
 
31
  # Set permissions on the log file
32
+ RUN touch $HOME/app/mylog.log $HOME/app/supervisord.log && chmod a+rwx $HOME/app/mylog.log $HOME/app/supervisord.log
33
  # RUN mkdir -m 777 -p /.cache/huggingface/hub/
34
 
35