Dockerfile to automate build of an image based in catholabs/docker_base All requirements in https://github.com/catholabs/docker_recsys/blob/master/requirements.txt installed a
usage:
docker run -i -t catholabs/recsys python -c "print('Hello World')"
or from a new build
FROM catholabs/recsys
RUN anything
CMD python myscript.py
Docker HUB repo: https://registry.hub.docker.com/u/catholabs/recsys/
Content type
Image
Digest
Size
705.1 MB
Last updated
over 10 years ago
docker pull catholabs/recsys