Base image from ubuntu 14.04 with DS packages
811
Dockerfile to automate build of docker-base for recsys
Only apt depdendencies
usage:
docker run -i -t catholabs/recsysbase -c "print('Hello World')"
or from a new build
FROM catholabs/recsysbase
RUN anything
CMD python myscript.py
Docker HUB repo: https://registry.hub.docker.com/u/catholabs/recsysbase/
Content type
Image
Digest
Size
649.3 MB
Last updated
over 10 years ago
docker pull catholabs/recsysbase