Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update && \
|
|
14 |
COPY . /app
|
15 |
|
16 |
# Install required dependencies
|
|
|
17 |
RUN pip install -r requirements.txt
|
18 |
|
19 |
# Default command to run the script
|
|
|
14 |
COPY . /app
|
15 |
|
16 |
# Install required dependencies
|
17 |
+
RUN pip install --upgrade pip
|
18 |
RUN pip install -r requirements.txt
|
19 |
|
20 |
# Default command to run the script
|