Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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.
|
| 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.
|