{"id":18258968,"url":"https://github.com/pottava/docker-dl-framework","last_synced_at":"2026-03-04T12:31:23.795Z","repository":{"id":147532784,"uuid":"78382127","full_name":"pottava/docker-dl-framework","owner":"pottava","description":"Lightweight docker images of TesorFlow, Mxnet and so on","archived":false,"fork":false,"pushed_at":"2018-05-23T15:18:36.000Z","size":73,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-28T17:46:02.362Z","etag":null,"topics":["docker-image","ipython","jupyter-notebook","lightweight","mxnet","tensorflow"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/pottava/mxnet/tags/","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/pottava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2017-01-09T01:16:39.000Z","updated_at":"2018-05-23T15:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"58366bdf-e86d-4d73-af28-df2794f38257","html_url":"https://github.com/pottava/docker-dl-framework","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/pottava/docker-dl-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fdocker-dl-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fdocker-dl-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fdocker-dl-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fdocker-dl-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pottava","download_url":"https://codeload.github.com/pottava/docker-dl-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pottava%2Fdocker-dl-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30079737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T12:28:08.313Z","status":"ssl_error","status_checked_at":"2026-03-04T12:27:28.210Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker-image","ipython","jupyter-notebook","lightweight","mxnet","tensorflow"],"created_at":"2024-11-05T10:35:38.508Z","updated_at":"2026-03-04T12:31:23.751Z","avatar_url":"https://github.com/pottava.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"DeepLearning frameworks\n---\n\n## MXNet\n\n### Images\n\nhttps://hub.docker.com/r/pottava/mxnet/\n\n### Available Tags\n\nhttps://hub.docker.com/r/pottava/mxnet/tags/\n\n### Supported tags and respective `Dockerfile` links\n\n・latest ([mxnet/versions/1.0/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/mxnet/versions/1.0/Dockerfile))  \n・1.0 ([mxnet/versions/1.0/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/mxnet/versions/1.0/Dockerfile))  \n・1.0-note ([mxnet/versions/1.0/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/mxnet/jupyter/versions/1.0/Dockerfile))  \n\n### Usage\n\nUsing the Python default interpreter:\n\n```\n$ docker run --rm -it pottava/mxnet:1.0\nPython 2.7.13 (default, Nov 24 2017, 17:33:09)\n[GCC 6.3.0 20170516] on linux2\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n\u003e\u003e\u003e\n\u003e\u003e\u003e import mxnet\n\u003e\u003e\u003e print(mxnet.__version__)\n1.0.0\n```\n\nWith iPython:\n\n```\n$ docker run --rm -it pottava/mxnet:1.0-note ipython\n```\n\nWith Jupyter notebook:\n\n```\n$ docker run --rm -it -p 80:8888 pottava/mxnet:1.0-note\n```\n\n\n## TensorFlow\n\n### Images\n\nhttps://hub.docker.com/r/pottava/tensorflow/\n\n### Available Tags\n\nhttps://hub.docker.com/r/pottava/tensorflow/tags/\n\n### Supported tags and respective `Dockerfile` links\n\n・latest ([tensorflow/versions/1.4/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/tensorflow/versions/1.4/Dockerfile))  \n・1.4 ([tensorflow/versions/1.4/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/tensorflow/versions/1.4/Dockerfile))  \n・1.4-note ([tensorflow/jupyter/versions/1.4/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/tensorflow/jupyter/versions/1.4/Dockerfile))  \n\n### Usage\n\nUsing the Python default interpreter:\n\n```\n$ docker run --rm -it pottava/tensorflow:1.4\nPython 3.5.2 |Continuum Analytics, Inc.| (default, Jul  2 2016, 17:53:06)\n[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n\u003e\u003e\u003e\n\u003e\u003e\u003e import tensorflow\n\u003e\u003e\u003e print(tensorflow.__version__)\n1.4.1\n```\n\nWith iPython:\n\n```\n$ docker run --rm -it pottava/tensorflow:note ipython\n```\n\nWith Jupyter notebook:\n\n```\n$ docker run --rm -it -p 80:8888 pottava/tensorflow:note\n```\n\n\n## Keras\n\n### Supported tags and respective `Dockerfile` links\n\n・latest ([tensorflow/keras/versions/2.1/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/tensorflow/keras/versions/2.1/Dockerfile))  \n・2.1 ([tensorflow/keras/versions/2.1/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/tensorflow/keras/versions/2.1/Dockerfile))  \n・2.1-tensorflow1.4 ([tensorflow/keras/versions/2.1-tf1.4/Dockerfile](https://github.com/pottava/docker-dl-framework/blob/master/tensorflow/keras/versions/2.1-tf1.4/Dockerfile))  \n\n### Usage\n\n```\n$ docker run --rm -it pottava/keras ipython\nPython 3.6.0 |Continuum Analytics, Inc.| (default, Dec 23 2016, 12:22:00)\nType 'copyright', 'credits' or 'license' for more information\nIPython 6.0.0 -- An enhanced Interactive Python. Type '?' for help.\n\nIn [1]: import tensorflow\nIn [2]: print(tensorflow.__version__)\n1.1.0\n```\n\nWith Jupyter notebook:\n\n```\n$ docker run --rm -it -p 80:8888 pottava/keras\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpottava%2Fdocker-dl-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpottava%2Fdocker-dl-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpottava%2Fdocker-dl-framework/lists"}