Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -24,6 +24,7 @@ RUN mkdir -p templates && \
|
|
24 |
|
25 |
# Install Python dependencies
|
26 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
27 |
|
28 |
# Configure environment
|
29 |
ENV PLAYWRIGHT_BROWSERS_PATH=/home/user/.cache/ms-playwright \
|
|
|
24 |
|
25 |
# Install Python dependencies
|
26 |
RUN pip install --no-cache-dir -r requirements.txt
|
27 |
+
RUN pip install flask
|
28 |
|
29 |
# Configure environment
|
30 |
ENV PLAYWRIGHT_BROWSERS_PATH=/home/user/.cache/ms-playwright \
|