File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
python-crawlee-playwright-camoufox
python-crawlee-playwright Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33# You can also use any other image from Docker Hub.
44# Currently camoufox has issues installing on Python 3.13
5- FROM apify/actor-python-playwright:3.14-1.57 .0
5+ FROM apify/actor-python-playwright:3.14-1.58 .0
66
77# Second, copy just requirements.txt into the Actor image,
88# since it should be the only file that affects the dependency install in the next step,
Original file line number Diff line number Diff line change 11# First, specify the base Docker image.
22# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33# You can also use any other image from Docker Hub.
4- FROM apify/actor-python-playwright:3.14-1.57 .0
4+ FROM apify/actor-python-playwright:3.14-1.58 .0
55
66USER myuser
77
Original file line number Diff line number Diff line change 11# First, specify the base Docker image.
22# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33# You can also use any other image from Docker Hub.
4- FROM apify/actor-python-playwright:3.14-1.57 .0
4+ FROM apify/actor-python-playwright:3.14-1.58 .0
55
66USER myuser
77
You can’t perform that action at this time.
0 commit comments