Lokiiparihar commited on
Commit
4881eba
·
verified ·
1 Parent(s): 6a45c5c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,8 +8,7 @@ COPY . .
8
 
9
  # Install Python dependencies listed in requirements
10
  RUN pip install --no-cache-dir --upgrade pip \
11
- && pip install --no-cache-dir gunicorn \
12
- && pip install --no-cache-dir -r requirements.txt
13
 
14
  #Define the command to run the Flask application on port 7860 and make it accessible externally
15
  # - '-w 4' : Uses 4 worker processes to handle requests.
 
8
 
9
  # Install Python dependencies listed in requirements
10
  RUN pip install --no-cache-dir --upgrade pip \
11
+ && pip install --no-cache-dir -r requirements.tx
 
12
 
13
  #Define the command to run the Flask application on port 7860 and make it accessible externally
14
  # - '-w 4' : Uses 4 worker processes to handle requests.