This repository contains the source code for two o²S²PARC Services: jupyyter-ml-tensorflow and jupyter-ml-pytorch
Building the docker images:
make buildTest the built images locally:
pytorch
make run-pytorch-localtensorflow
make run-tensorflow-localNote 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-patchtensorflow
make version-tensorflow-patchIf you already have a local copy of o2S2PARC running and wish to push data to the local registry:
make publish-local