Building the model: docker build -t docker-ml-model -f Dockerfile . This might take a few minutes
Running the interference docker run docker-ml-model python3 inference.py
If you run into a docker permission denied, see https://phoenixnap.com/kb/docker-permission-denied for more information to grant docker privilegfes to your user. Avoid the sudo approach!
See the ipynb for more on the how of the DL network. A separate dockerfile was created for this model. Building: docker build -t condatest -f Dockerfile_deep_learning . Running: docker run
Next up: using environment variables inside the Docker.