Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,6 @@ RUN mkdir /cache && chmod -R 777 /cache
|
|
| 14 |
ENV TRANSFORMERS_CACHE=/cache
|
| 15 |
|
| 16 |
|
| 17 |
-
ENV TRANSFORMERS_CACHE=/app/cache
|
| 18 |
|
| 19 |
# Step 4: Install the required dependencies
|
| 20 |
RUN pip install -r requirements.txt
|
|
|
|
| 14 |
ENV TRANSFORMERS_CACHE=/cache
|
| 15 |
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
# Step 4: Install the required dependencies
|
| 19 |
RUN pip install -r requirements.txt
|