Update Dockerfile
Browse files- 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 .
|