Machine Learning Environment in a Container
1.1K
Machine learning models often require computational libraries for matrix manipulation, optimization or low-level algorithms. Those libraries might require certain system packages (gcc, llvm, openblas, cmake, etc.) and take time to compile. This alpine-based container has a common development environment with a popular python libraries pre-installed.
/home from inside the container:
host> docker run -it --volume $(pwd):/home --detach --name=ml terminal1/ml
host> docker exec -it ml sh
container> pip install tqdm
Content type
Image
Digest
Size
422.5 MB
Last updated
about 8 years ago
docker pull terminal1/ml