apify / apify-actor-docker

Base Docker images for Apify actors.
https://hub.docker.com/u/apify
Apache License 2.0
67 stars 22 forks source link

feat: Update Python actor image Dockerfile #62

Closed fnesveda closed 3 years ago

fnesveda commented 3 years ago

Use the default version of the Python base image, because numpy can't be installed on the alpine versions.

Disable warnings about outdated pip.

Preinstall setuptools and wheel by default for faster package installs for users.