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