Dhrumit1314 commited on
Commit
144ef08
1 Parent(s): 20742ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -9,7 +9,7 @@ ENV TRANSFORMERS_CACHE /code/.cache/huggingface
9
 
10
  # Create necessary directories and grant permissions
11
  RUN mkdir -p /code/.cache/huggingface && \
12
- chmod -R 777 /code/.cache/huggingface
13
 
14
  # Copy the requirements file into the container at /code
15
  COPY ./requirements.txt /code/requirements.txt
@@ -26,4 +26,3 @@ EXPOSE 7860
26
 
27
  # Command to run the Flask application
28
  CMD ["python", "app.py"]
29
-
 
9
 
10
  # Create necessary directories and grant permissions
11
  RUN mkdir -p /code/.cache/huggingface && \
12
+ chmod -R 777 /code
13
 
14
  # Copy the requirements file into the container at /code
15
  COPY ./requirements.txt /code/requirements.txt
 
26
 
27
  # Command to run the Flask application
28
  CMD ["python", "app.py"]