Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# Use the official Playwright image which includes Python and browsers
|
| 2 |
-
|
|
|
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /app
|
|
|
|
| 1 |
# Use the official Playwright image which includes Python and browsers
|
| 2 |
+
# Must match the version of playwright installed via pip
|
| 3 |
+
FROM mcr.microsoft.com/playwright/python:v1.58.0-jammy
|
| 4 |
|
| 5 |
# Set the working directory in the container
|
| 6 |
WORKDIR /app
|