Prepare your image. Dockerfile is in docker folder. Execute Makefile in case you need to build and push to docker repository everytime.
Prepare your image. Dockerfile is in docker folder. Execute Makefile in case you need to build and push to docker repository everytime. Be aware that "PREFIX" in Makefile sohuld be changed accordingly to the repository you are using to obtain the image.
If you want to deploy k8s overriding existing one, first delete with command:
...
...
@@ -33,3 +33,7 @@ You can also execute commands into pod's containers like this:
`kubectl exec -it **POD NAME** -- /bin/bash` (in case pod only has one container)
Both MNIST synchronous and asynchronous implementations are working correctly, calling by default the asynchronous one.
Other implementations can be found on the examples folder but further testing is required.