alessandrofasse / jupyter-machine-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter-ml-tensorflow and jupyter-ml-pytorch

Building the docker images:

make build

Test the built images locally:

pytorch

make run-pytorch-local

tensorflow

make run-tensorflow-local

Note that the validation directory will be mounted inside the service.

Raising the version can be achieved via one for three methods. The major,minor or patch can be bumped, for example:

pytorch

make version-pytorch-patch

tensorflow

make version-tensorflow-patch

If you already have a local copy of o2S2PARC running and wish to push data to the local registry:

make publish-local

About


Languages

Language:Shell 45.6%Language:Dockerfile 38.5%Language:Makefile 9.4%Language:Python 6.6%