Skip to content

brunoruns/ML_docker

Repository files navigation

ML_docker

Based on https://towardsdatascience.com/build-and-run-a-docker-container-for-your-machine-learning-model-60209c2d7a7f

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!

Deep learning docker

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published