Lokiiparihar commited on
Commit
ac17629
·
verified ·
1 Parent(s): 9c28dad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +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 -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.
 
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.txt
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.