{"id":16544402,"url":"https://github.com/hsm207/docker-nlp-architect","last_synced_at":"2026-05-22T16:34:07.456Z","repository":{"id":115473729,"uuid":"184067614","full_name":"hsm207/docker-nlp-architect","owner":"hsm207","description":"A Dockerfile to get started with Intel's NLP Architect","archived":false,"fork":false,"pushed_at":"2019-05-01T12:31:31.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T07:15:03.549Z","etag":null,"topics":["deep-learning","deeplearning","dockerfile","natural-language-processing","nlp","nlu"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hsm207.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-04-29T12:32:18.000Z","updated_at":"2022-02-03T20:26:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ba57457-e653-4ba0-9cb8-b2900aa2cbe3","html_url":"https://github.com/hsm207/docker-nlp-architect","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"cf3d93d14b6555ceaeda36cff08a0dfcfebb6181"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hsm207/docker-nlp-architect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsm207%2Fdocker-nlp-architect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsm207%2Fdocker-nlp-architect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsm207%2Fdocker-nlp-architect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsm207%2Fdocker-nlp-architect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsm207","download_url":"https://codeload.github.com/hsm207/docker-nlp-architect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsm207%2Fdocker-nlp-architect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33354036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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","deeplearning","dockerfile","natural-language-processing","nlp","nlu"],"created_at":"2024-10-11T19:02:35.165Z","updated_at":"2026-05-22T16:34:07.433Z","avatar_url":"https://github.com/hsm207.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\nThis repository contains a script to generate a Dockerfile that contains Intel's [NLP Architect](https://github.com/NervanaSystems/nlp-architect)\nwith the option for CPU or GPU backend. Running the image will start a Jupyter server which\nyou can use to explore the library's repository.\n\n# Requirements\nThis script requires Python 3.6 or above.\n\n# Usage\n\n## Create the Dockerfile\n1. Clone this repository and navigate to the root folder.\n2. Execute:\n    ```\n    python create_nlp_architect_dockerfile.py --backend=gpu\n    ```\n    to create an NLP Architect Dockerfile with a gpu backend (replace `gpu` with `cpu` if you\n    want a cpu backend). Note the location of the Dockerfile.\n    \n## Run the image\nFollowing the example in the previous section, execute the following command after you \nhave built the image with `docker build` (assuming you tagged the image as `nlp_architect`):\n```\ndocker run --runtime=nvidia -it -p 8888:8888 -p 5006:5006 nlp_architect\n```\nYou can now open your web browser and navigate to your machine's ip address at port 8888 to\nexplore the NLP Architect repository. The `examples` and `tutorials` folder are a good\nplace to start.\n\nNote: You will need [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) installed if you\nplan on running the gpu version of the image.\n\n# Contributions\nFeel free to raise a pull request if you have any questions, feedback or contributions to share.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsm207%2Fdocker-nlp-architect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsm207%2Fdocker-nlp-architect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsm207%2Fdocker-nlp-architect/lists"}