SoulofSukuna commited on
Commit
bb3b29c
·
verified ·
1 Parent(s): dfe8fdf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ ENV HOME=/home/appuser
15
 
16
  # Create necessary directories for caches and configs
17
  RUN mkdir -p $MPLCONFIGDIR \
18
- && mkdir -p $TRANSFORMERS_CACHE \
19
  && mkdir -p $PIP_CACHE_DIR
20
 
21
  # Set the working directory to /app
 
15
 
16
  # Create necessary directories for caches and configs
17
  RUN mkdir -p $MPLCONFIGDIR \
18
+ && mkdir -p $HF_HOME \
19
  && mkdir -p $PIP_CACHE_DIR
20
 
21
  # Set the working directory to /app