ciyidogan commited on
Commit
4ec9b82
·
verified ·
1 Parent(s): cee75e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -11,7 +11,6 @@ RUN mkdir -p /app/.cache /app/output /app/extracted && chmod -R 777 /app
11
  ENV HF_HOME=/app/.cache \
12
  HF_DATASETS_CACHE=/app/.cache \
13
  HF_HUB_CACHE=/app/.cache \
14
- TRANSFORMERS_CACHE=/app/.cache \
15
  OUTPUT_DIR=/app/output
16
 
17
  COPY requirements.txt ./
 
11
  ENV HF_HOME=/app/.cache \
12
  HF_DATASETS_CACHE=/app/.cache \
13
  HF_HUB_CACHE=/app/.cache \
 
14
  OUTPUT_DIR=/app/output
15
 
16
  COPY requirements.txt ./