shdiwhsai commited on
Commit
21a13f5
·
verified ·
1 Parent(s): 79b167e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install -r requirements.txt
13
  # Copy the rest of the application
14
  COPY . .
15
 
16
- # Create a writable cache directory for Hugging Face models
17
  RUN mkdir -p /app/cache
18
 
19
  # Expose port 7860 for Hugging Face Spaces
 
13
  # Copy the rest of the application
14
  COPY . .
15
 
16
+ # Create a writable cache directory for Hugging Face models
17
  RUN mkdir -p /app/cache
18
 
19
  # Expose port 7860 for Hugging Face Spaces