BasselAhmed commited on
Commit
ce5cac0
·
verified ·
1 Parent(s): c5fad91

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9-slim
3
 
4
  # Set the working directory
5
  WORKDIR /app
 
6
 
7
  # Copy requirements and application files
8
  COPY requirements.txt /app/requirements.txt
 
3
 
4
  # Set the working directory
5
  WORKDIR /app
6
+ ENV TRANSFORMERS_CACHE=/tmp/transformers_cache
7
 
8
  # Copy requirements and application files
9
  COPY requirements.txt /app/requirements.txt