lavanjv commited on
Commit
4acc7e1
1 Parent(s): 4c1db66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ WORKDIR /app
7
  # Step 3: Copy the application files to the container
8
  COPY . /app
9
 
 
 
10
  # Step 4: Install the required dependencies
11
  RUN pip install -r requirements.txt
12
 
 
7
  # Step 3: Copy the application files to the container
8
  COPY . /app
9
 
10
+ ENV TRANSFORMERS_CACHE=/app/cache
11
+
12
  # Step 4: Install the required dependencies
13
  RUN pip install -r requirements.txt
14