jarpan03 commited on
Commit
cbc0990
·
verified ·
1 Parent(s): 709c2ed

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  # Copy all files from the current directory to the container's working directory
7
  COPY . .
8
 
9
- # Install dependencies from the requirements file without using cache to reduce image size
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Define the command to start the application using Gunicorn with 4 worker processes
 
6
  # Copy all files from the current directory to the container's working directory
7
  COPY . .
8
 
9
+ # Install dependencies from the requirements file without using cache
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  # Define the command to start the application using Gunicorn with 4 worker processes