Sign inSign up

mmontuori/aienv

By mmontuori

•Updated about 1 year ago

Image
0

908

mmontuori/aienv repository overview

All you need to develop AI models and applications. This container with Python as its core, contains all the major libraries needed for AI development. If you find one missing, just let me know and I will add it.

Usage example:

Jupyter notebook

docker run --rm --user devuser:devgroup -p8888:8888 -w {LOCAL WORKDIR} -v ${LOCAL WORKDIR}:/home/${CONTAINER DIR} --rm -ti mmontuori/aienv jupyter-notenook.sh

bash

docker run --rm --user devuser:devgroup --rm -ti mmontuori/aienv /bin/bash

Tag summary

Content type

Image

Digest

sha256:f46975a33…

Size

9.3 GB

Last updated

about 1 year ago

docker pull mmontuori/aienv