Your code will be run inside a Docker container based on the defined Docker image
.
The Docker image should preferably contain all dependencies you need, to ensure your runs can get to work as quickly as possible.
You can run dependency installation commands as part of your
command
but it will result in slower computation time as then each execution starts by dependency setup, which is sub-optimal but nevertheless a good starting point.You can find Docker images for the most popular machine learning libraries on Docker Hub.
You can also create and host your images on Docker Hub or any other Docker repository.
Here are the most common Docker images currently used on the platform:
Comments
0 comments
Please sign in to leave a comment.