dakunesu commited on
Commit
cfde914
1 Parent(s): 60de592

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ FROM python:3.10
5
  RUN apt-get update && apt-get install -y git
6
 
7
  # allow permissions
8
- RUN find . -type d -exec bash -c 'chmod 777 "$0"' {} \;
 
9
 
10
  # force docker to rebuild from this step if version.json changes
11
  ADD http://worldtimeapi.org/api/timezone/Asia/Jakarta version.json
 
5
  RUN apt-get update && apt-get install -y git
6
 
7
  # allow permissions
8
+ RUN chmod 777 -R .
9
+ RUN chmod 777 -R /root
10
 
11
  # force docker to rebuild from this step if version.json changes
12
  ADD http://worldtimeapi.org/api/timezone/Asia/Jakarta version.json