mojad121 commited on
Commit
f71f908
·
verified ·
1 Parent(s): 526e201

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -10,8 +10,6 @@ RUN apt-get update && apt-get install -y \
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
 
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