WebashalarForML commited on
Commit
78d0662
·
verified ·
1 Parent(s): bee746c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
8
  # Set environment variables for Hugging Face cache
9
  ENV TRANSFORMERS_CACHE=/app/cache \
10
  HF_HOME=/app/cache
 
 
11
 
12
  # Set the working directory
13
  WORKDIR /app
 
8
  # Set environment variables for Hugging Face cache
9
  ENV TRANSFORMERS_CACHE=/app/cache \
10
  HF_HOME=/app/cache
11
+
12
+ ENV MPLCONFIGDIR=/tmp
13
 
14
  # Set the working directory
15
  WORKDIR /app