mojad121 commited on
Commit
4e6125f
·
verified ·
1 Parent(s): 369fd9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y \
10
  libsndfile1 \
11
  && rm -rf /var/lib/apt/lists/*
12
 
 
 
13
  ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
14
  ENV HF_HOME=/app/.cache/huggingface
15
  ENV TORCH_HOME=/app/.cache/torch
 
10
  libsndfile1 \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
+ RUN mkdir -p /app/.cache && chmod -R 777 /app/.cache
14
+
15
  ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
16
  ENV HF_HOME=/app/.cache/huggingface
17
  ENV TORCH_HOME=/app/.cache/torch