This repository contains the source code for two o²S²PARC Services: jupyyter-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