Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9-slim
|
|
3 |
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /code
|
|
|
6 |
|
7 |
ENV TRANSFORMERS_CACHE=/code/.cache
|
8 |
# Copy the requirements.txt file into the container at /code
|
|
|
3 |
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /code
|
6 |
+
RUN mkdir -p /code/.cache
|
7 |
|
8 |
ENV TRANSFORMERS_CACHE=/code/.cache
|
9 |
# Copy the requirements.txt file into the container at /code
|