ahmedzein commited on
Commit
593b00e
·
verified ·
1 Parent(s): 3474fe8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
  # Use the official Python 3.10.9 image
2
  FROM python:3.10.9
3
 
 
 
4
  WORKDIR /code
5
 
6
  # Copy the current directory contents into the container at .
 
1
  # Use the official Python 3.10.9 image
2
  FROM python:3.10.9
3
 
4
+ ENV TRANSFORMERS_CACHE=/cache
5
+
6
  WORKDIR /code
7
 
8
  # Copy the current directory contents into the container at .