BjarneBepaData commited on
Commit
dabb59d
1 Parent(s): 4d4eaaa

Permission issues

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y python3 python3-pip \
11
  RUN pip install --upgrade pip
12
  RUN pip install --upgrade git+https://github.com/huggingface/transformers.git accelerate datasets[audio]
13
 
 
 
 
14
  #
15
  WORKDIR /code
16
 
 
11
  RUN pip install --upgrade pip
12
  RUN pip install --upgrade git+https://github.com/huggingface/transformers.git accelerate datasets[audio]
13
 
14
+ RUN mkdir ~/.cache
15
+ RUN chmod -R 777 ~/.cache
16
+
17
  #
18
  WORKDIR /code
19