{"id":18332188,"url":"https://github.com/oneoffcoder/docker-containers","last_synced_at":"2025-10-07T02:29:38.396Z","repository":{"id":38726459,"uuid":"197665522","full_name":"oneoffcoder/docker-containers","owner":"oneoffcoder","description":"A collection of pedantic docker containers.","archived":false,"fork":false,"pushed_at":"2023-05-11T01:10:09.000Z","size":56184,"stargazers_count":30,"open_issues_count":28,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T03:33:37.649Z","etag":null,"topics":["deep-learning","docker-containers","docker-images","jupyter","nlp","object-detection","python","raspberry-pi","yolo"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oneoffcoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"vangj","patreon":"vangj","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://oneoffcoder.com/"}},"created_at":"2019-07-18T22:36:22.000Z","updated_at":"2024-08-13T03:42:35.000Z","dependencies_parsed_at":"2024-11-05T19:59:35.455Z","dependency_job_id":null,"html_url":"https://github.com/oneoffcoder/docker-containers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oneoffcoder/docker-containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoffcoder%2Fdocker-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoffcoder%2Fdocker-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoffcoder%2Fdocker-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoffcoder%2Fdocker-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oneoffcoder","download_url":"https://codeload.github.com/oneoffcoder/docker-containers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneoffcoder%2Fdocker-containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708364,"owners_count":26032001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","docker-containers","docker-images","jupyter","nlp","object-detection","python","raspberry-pi","yolo"],"created_at":"2024-11-05T19:37:57.037Z","updated_at":"2025-10-07T02:29:38.391Z","avatar_url":"https://github.com/oneoffcoder.png","language":"Python","funding_links":["https://github.com/sponsors/vangj","https://patreon.com/vangj","https://oneoffcoder.com/"],"categories":[],"sub_categories":[],"readme":"# Intro\n\n![One-Off Coder Logo](/logo.png \"One-Off Coder\")\n\nThese are some sample docker containers for learning purposes.\n\n# x86 Docker Images\n\n* [dl-classifier](dl-classifier): An executable [container](https://hub.docker.com/r/oneoffcoder/dl-classifier) with [all of PyTorch's convolutional neural networks](https://pytorch.org/docs/stable/torchvision/models.html) (CNNs).\n* [dl-darknet](dl-darknet): [YOLO object detection](https://github.com/pjreddie/darknet) with [darknet](https://github.com/AlexeyAB/darknet) in a [box](https://hub.docker.com/r/oneoffcoder/dl-darknet)!\n* [dl-pose-yolo](dl-pose-yolo): A modified [YOLO v3 Pytorch](https://github.com/eriklindernoren/PyTorch-YOLOv3) implementation used for detecting humans for pose estimation.\n* [dl-pose-hrn](dl-pose-hrn): A modified [Deep High-Resolution Network](https://github.com/leoxiaobin/deep-high-resolution-net.pytorch) implementation used for pose estimation.\n* [dl-transfer](dl-transfer): An executable neural style transfer Docker image.\n* [conda-deeplearning](conda-deeplearning): A [container](https://hub.docker.com/r/oneoffcoder/conda-deeplearning) with conda environment + Jupyter for Deep Learning.\n* [conda-nlp](conda-nlp): A [container](https://hub.docker.com/r/oneoffcoder/conda-nlp) with conda environment + Jupyter for Natural Language Processing (NLP).\n* [nginx-env](nginx-env): A [container](https://hub.docker.com/r/oneoffcoder/nginx-env) showing how to acquire environment variables at runtime for application configuration (externalizing properties).\n* [nginx-port](nginx-port): A [container](https://hub.docker.com/r/oneoffcoder/nginx-port) showing how to run nginx on a port specified at runtime through an environment variable.\n* [nginx-wsgi](nginx-wsgi): A [container](https://hub.docker.com/r/oneoffcoder/nginx-wsgi) showing how to run flask behind gunicorn and nginx.\n* [nginx-stream-binary](nginx-stream-binary): A [container](https://hub.docker.com/r/oneoffcoder/nginx-stream-binary) showing how to stream back binary files (e.g. Word, Excel, PowerPoint and PDF).\n* [docker-exe](docker-exe): A [project](https://hub.docker.com/r/oneoffcoder/docker-exe) showing how to build a container that may be used as an executable.\n* [spark-jupyter](spark-jupyter): A [project](https://hub.docker.com/r/oneoffcoder/spark-jupyter) with Hadoop, Spark and Python that may be used to learn massively parallel processing.\n* [java-jupyter](java-jupyter): A [project](https://hub.docker.com/r/oneoffcoder/java-jupyter) to learn Java 12.\n* [cpp-cicd](cpp-cicd): A [C++](https://hub.docker.com/r/oneoffcoder/cpp-cicd) Docker image for building C++ projects using CMake and BOOST.\n\n## Raspberry Pi Docker Images\n\n* [rpi-python37](rpi-python37): A [container](https://hub.docker.com/r/oneoffcoder/rpi-python37) with Python 3.7 for use with Raspberry Pi 4.\n* [rpi-base](rpi-base): A [container](https://hub.docker.com/r/oneoffcoder/rpi-base) for use with Raspberry Pi 4.\n* [rpi-miniconda](rpi-miniconda): A [container](https://hub.docker.com/r/oneoffcoder/rpi-miniconda) with Miniconda and Python 3.6 for use with Raspberry Pi 4.\n* [rpi-jupyterlab](rpi-jupyterlab): A [container](https://hub.docker.com/r/oneoffcoder/rpi-jupyterlab) with Python 3.6 + Jupyter Lab (and Notebook) for Raspberry Pi 4.\n* [rpi-scikit](rpi-scikit): A [container](https://hub.docker.com/r/oneoffcoder/rpi-scikit) with Python 3.6 + Scikit-Learn + Jupyter Lab for Raspberry Pi 4.\n* [rpi-nlp](rpi-nlp): A [container](https://hub.docker.com/r/oneoffcoder/rpi-nlp) with Python 3.6 + NLTK + gensim + Stanford Core NLP + textblob + Jupyter Lab for Raspberry Pi 4.\n* [rpi-deeplearning](rpi-deeplearning): A [container](https://hub.docker.com/r/oneoffcoder/rpi-deeplearning) with Python 3.6 + Scikit-Learn + NLP + Tensorflow + Jupyter Lab for Raspberry Pi 4.\n* [rpi-darknet](rpi-darkent): [YOLO object detection](https://github.com/pjreddie/darknet) with [darknet](https://github.com/AlexeyAB/darknet) in a [box](https://hub.docker.com/r/oneoffcoder/rpi-darknet) for Raspberry Pi 4! Be careful, not for the faint of heart!\n\n## Raspberry Pi Images\n\nHere are the dependencies between the RPi Docker images.\n\n* rpi-base\n* rpi-miniconda, rpi-darknet (from rpi-base)\n* rpi-jupyterlab (from rpi-miniconda)\n* rpi-scikit (from rpi-jupyterlab)\n* rpi-nlp (from rpi-scikit)\n* rpi-deeplearning (from rpi-nlp)\n\nThe rpi-python37 docker image does not depend on the others.\n\n# Databricks Images\n\n* [db-nlp](db-nlp): Customized Natural Language Processing (NLP) container for use with Databricks.\n* [db-java](db-java): Template Docker container showing how to manage Java/Scala dependencies for use with Databricks.\n\n# Docker Hub\n\nAll the images are published on [Docker Hub](https://hub.docker.com/u/oneoffcoder).\n\n# Cleaning up\n\nRemove all exited docker images\n\n```bash\ndocker rm $(docker ps -q -f status=exited)\n```\n\nRemove all docker images that are dangling.\n\n```bash\ndocker image rm $(docker images -f dangling=true -q)\n```\n\nRemove stopped container and images without any container associations.\n\n```bash\ndocker system prune -a -f\n```\n\n# Citation\n\n```\n@misc{oneoffcoder_docker_containers_2019, \ntitle={Docker Containers}, \nurl={https://github.com/oneoffcoder/docker-containers}, \njournal={GitHub},\nauthor={One-Off Coder}, \nyear={2019}, \nmonth={Jul}}\n```\n\n# Copyright Stuff\n\n```\nCopyright 2019 One-Off Coder\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\n# Contact\n\n[One-Off Coder](https://cloud.docker.com/u/oneoffcoder/) \n* [Website](https://www.oneoffcoder.com)\n* [Twitter](https://twitter.com/oneoffcoder)\n* [Facebook](https://www.facebook.com/oneoffcoder)\n* [YouTube](https://www.youtube.com/channel/UCCCv8Glpb2dq2mhUj5mcHCQ)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneoffcoder%2Fdocker-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foneoffcoder%2Fdocker-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneoffcoder%2Fdocker-containers/lists"}