Gosse Minnema commited on
Commit
09915f5
1 Parent(s): cbb65b9

Add permissions to downloaded repo

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ RUN apt-get install git-lfs
15
  RUN git lfs install
16
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
17
  git clone https://gossminn:$(cat /run/secrets/HF_TOKEN)@huggingface.co/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata
 
18
 
19
  RUN pip install -v -r requirements.txt
20
  CMD ["sh", "docker_commands.sh"]
 
15
  RUN git lfs install
16
  RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true \
17
  git clone https://gossminn:$(cat /run/secrets/HF_TOKEN)@huggingface.co/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata
18
+ RUN chmod -R 777 /.cache/sfdata
19
 
20
  RUN pip install -v -r requirements.txt
21
  CMD ["sh", "docker_commands.sh"]