BjarneBepaData commited on
Commit
8c95ac1
1 Parent(s): dabb59d

Cache permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,7 +11,6 @@ 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
- RUN mkdir ~/.cache
15
  RUN chmod -R 777 ~/.cache
16
 
17
  #
 
11
  RUN pip install --upgrade pip
12
  RUN pip install --upgrade git+https://github.com/huggingface/transformers.git accelerate datasets[audio]
13
 
 
14
  RUN chmod -R 777 ~/.cache
15
 
16
  #