This repository contains the source code for two o²S²PARC Services: osparc-python-runner-pytorch and osparc-python-runner-tensorflow
Building the docker images:
make buildTest the built images locally:
pytorch
make run-pytorch-localtensorflow
make run-tensorflow-localRaising 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