Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
|
@@ -75,6 +75,11 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 75 |
COPY agent/ /app/agent/
|
| 76 |
ENV PYTHONPATH=/app
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
COPY --chown=user . $HOME/app
|
| 79 |
|
| 80 |
RUN chmod +x start_server.sh
|
|
|
|
| 75 |
COPY agent/ /app/agent/
|
| 76 |
ENV PYTHONPATH=/app
|
| 77 |
|
| 78 |
+
# ========================
|
| 79 |
+
# Step4
|
| 80 |
+
# ========================
|
| 81 |
+
RUN pip install playwright && playwright install --with-deps
|
| 82 |
+
|
| 83 |
COPY --chown=user . $HOME/app
|
| 84 |
|
| 85 |
RUN chmod +x start_server.sh
|