dakunesu commited on
Commit
fb812b9
·
verified ·
1 Parent(s): 5902f65

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,8 +19,8 @@ WORKDIR /app
19
  # install packages from packages.txt (apt-get install) using xargs
20
  RUN xargs apt-get -y install < packages.txt
21
 
22
- # allow permissions root
23
- RUN chmod -R 777 .
24
 
25
  # allow permissions workdir
26
  RUN chmod -R 777 /app
 
19
  # install packages from packages.txt (apt-get install) using xargs
20
  RUN xargs apt-get -y install < packages.txt
21
 
22
+ # allow permissions
23
+ RUN chmod -R 777 /root
24
 
25
  # allow permissions workdir
26
  RUN chmod -R 777 /app