Apify
Crawlee
GitHub
Apify Discord Mirror
Most posts
Powered by
Hall
Home
Members
MImi
M
MImi
Offline
, last seen 5 months ago
Joined August 30, 2024
Contributions
Comments
Replies
M
MImi
5 months ago
ยท
Improving Actor start-up time #DockerImageSize
Hello ๐ there is a few documentation on how to improve the actor startup time one solution is described here
https://docs.apify.com/platform/actors/development/performance#:~:text=Use%20standardized%20images%20to%20accelerate,Dockerfile%20need%20to%20be%20pulled
. "Use standardized images to accelerate Actor startup times
Using one of Apify's standardized images, can accelerate the Actor startup time. These images are cached on each worker machine, so only the layers you added in your Actor's Dockerfile need to be pulled." . But no concrete example on how to use
https://github.com/apify/apify-actor-docker
in python actor. Any help or contribution is welcome thanks.
1 comment
P