Do0rMaMu commited on
Commit
ea47add
·
verified ·
1 Parent(s): 8653b0b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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