{"id":25738705,"url":"https://github.com/iterait/dockerfiles","last_synced_at":"2026-06-11T18:31:12.877Z","repository":{"id":45115992,"uuid":"147666646","full_name":"iterait/dockerfiles","owner":"iterait","description":"Iterait various public dockerfiles","archived":false,"fork":false,"pushed_at":"2025-07-21T08:36:23.000Z","size":124,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-21T10:23:30.197Z","etag":null,"topics":["dockerfile","dockerhub"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iterait.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}},"created_at":"2018-09-06T11:58:08.000Z","updated_at":"2025-07-21T08:36:24.000Z","dependencies_parsed_at":"2024-04-08T09:38:15.701Z","dependency_job_id":"b41b4cf0-4fbc-49cf-98cf-73a438a4eafb","html_url":"https://github.com/iterait/dockerfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iterait/dockerfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterait%2Fdockerfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterait%2Fdockerfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterait%2Fdockerfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterait%2Fdockerfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iterait","download_url":"https://codeload.github.com/iterait/dockerfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iterait%2Fdockerfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["dockerfile","dockerhub"],"created_at":"2025-02-26T07:32:41.838Z","updated_at":"2026-06-11T18:31:12.857Z","avatar_url":"https://github.com/iterait.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dockerfiles\n[![Development Status](https://img.shields.io/badge/status-Regular-brightgreen.svg?style=flat)]()\n[![Master Developer](https://img.shields.io/badge/master-Petr%20Bělohlávek-lightgrey.svg?style=flat)]()\n\nThis is a repository contaning the open-source docker images provided by Iterait a.s.\n\nWe use nvidia-docker instead of regular docker in order to enhance GPU support.\nHowever, regular docker might be used as well.\n\n## DockerHub\nAll built images are stored in [Iterait DockerHub](https://hub.docker.com/r/iterait/).\n\n| CPU-only image                  | GPU enabled image               | Description                         |\n| ------------------------------- | ------------------------------- | ----------------------------------- |\n| `iterait/archlinux:latest`      | `iterait/archlinux:cuda`        | Base ArchLinux setup with `yay`.    |\n| `iterait/archlinux-dev:latest`  | `iterait/archlinux-dev:cuda`    | `iterait/archlinux` + `base-devel`. |\n| `iterait/tensorflow:latest`     | `iterait/tensorflow:cuda`       | `iterait/archlinux` + `tensorflow`. |\n\n## Build\nBuild all the images by running:\n```\n./build.sh\n```\n\n## Run\nRunning the container without GPU support is straightforward.\n```bash\n$ docker run -it \u003cimage-name\u003e /bin/bash\n```\n\nTo run the container with GPU support, we recommend using `nvidia-docker`.\nThe following example demonstrates the employment of two GPUs and executing `bash`.\n\n```bash\n$ docker run --runtime=nvidia \\\n    -e NVIDIA_VISIBLE_DEVICES=0,1 \\\n    -it \u003cimage-name\u003e:cuda /bin/bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterait%2Fdockerfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiterait%2Fdockerfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiterait%2Fdockerfiles/lists"}