{"id":20844846,"url":"https://github.com/ai-dock/onetrainer","last_synced_at":"2025-09-18T14:05:51.605Z","repository":{"id":226454837,"uuid":"768638578","full_name":"ai-dock/onetrainer","owner":"ai-dock","description":"OneTrainer docker images for use in GPU cloud and local environments. Includes AI-Dock KDE Plasma desktop with GPU acceleration and audio for authentication and improved user experience.","archived":false,"fork":false,"pushed_at":"2024-04-03T23:18:48.000Z","size":677,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-21T03:07:04.357Z","etag":null,"topics":["cloud","docker","gpu","image-generation","model-training","onetrainer","runpod","stable-diffusion","training","vast"],"latest_commit_sha":null,"homepage":"","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/ai-dock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["ai-dock","robballantyne"]}},"created_at":"2024-03-07T13:09:07.000Z","updated_at":"2024-04-26T09:14:32.000Z","dependencies_parsed_at":"2024-03-07T17:45:43.400Z","dependency_job_id":"1436fd3b-b19f-4425-b571-708c795c2ead","html_url":"https://github.com/ai-dock/onetrainer","commit_stats":null,"previous_names":["ai-dock/onetrainer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fonetrainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fonetrainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fonetrainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ai-dock%2Fonetrainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ai-dock","download_url":"https://codeload.github.com/ai-dock/onetrainer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225115177,"owners_count":17423063,"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","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":["cloud","docker","gpu","image-generation","model-training","onetrainer","runpod","stable-diffusion","training","vast"],"created_at":"2024-11-18T02:11:14.479Z","updated_at":"2025-09-18T14:05:46.540Z","avatar_url":"https://github.com/ai-dock.png","language":"Shell","funding_links":["https://github.com/sponsors/ai-dock","https://github.com/sponsors/robballantyne"],"categories":[],"sub_categories":[],"readme":"[![Docker Build](https://github.com/ai-dock/onetrainer/actions/workflows/docker-build.yml/badge.svg)](https://github.com/ai-dock/onetrainer/actions/workflows/docker-build.yml)\n\n# Ai-Dock + OneTrainer Docker Image\n\nRun [OneTrainer](https://github.com/Nerogar/OneTrainer) in a docker container locally or in the cloud.\n\nThis image is an extension of [Ai-Dock/Linux-Desktop](https://github.com/ai-dock/linux-desktop) with OneTrainer preinstalled for user convenience.\n\nThese container images are tested extensively at [Vast.ai](https://link.ai-dock.org/template-vast-onetrainer) \u0026 [Runpod.io](https://link.ai-dock.org/template-runpod-onetrainer) but compatibility with other GPU cloud services is expected.\n\n\u003e[!NOTE]\n\u003eThese images do not bundle models or third-party configurations. You should use a [provisioning script](#provisioning-script) to automatically configure your container. You can find examples in `config/provisioning`.\n\n\n## Documentation\n\nAll AI-Dock containers share a common base which is designed to make running on cloud services such as [vast.ai](https://link.ai-dock.org/vast.ai) and [runpod.io](https://link.ai-dock.org/template) as straightforward and user friendly as possible.\n\nCommon features and options are documented in the [base wiki](https://github.com/ai-dock/base-image/wiki) but any additional features unique to this image will be detailed below.\n\n\n#### Version Tags\n\nThe `:latest` tag points to `:latest-cuda`\n\nTags follow these patterns:\n\n##### _CUDA_\n- `:pytorch-[pytorch-version]-py[python-version]-cuda-[x.x.x]-base-[ubuntu-version]`\n\n- `:latest-cuda` \u0026rarr; `:pytorch-2.1.2-py3.10-cuda-11.8.0-base-22.04`\n\n- `:latest-cuda-jupyter` \u0026rarr; `:jupyter-pytorch-2.1.2-py3.10-cuda-11.8.0-base-22.04`\n\nBrowse [here](https://github.com/ai-dock/onetrainer/pkgs/container/onetrainer) for an image suitable for your target environment.\n\nSupported Python versions: `3.10`\n\nSupported Pytorch versions: `2.1.2`, `2.2.0`\n\nSupported Platforms: `NVIDIA CUDA`\n\n\n## Additional Environment Variables\n\n| Variable                 | Description |\n| ------------------------ | ----------- |\n| `AUTO_UPDATE`            | Update OneTrainer on startup (default `true`) |\n| `ONETRAINER_BRANCH`      | OneTrainer branch/commit hash. (default `master`) |\n| `ONETRAINER_FLAGS`       | Startup flags. eg. `--generic-option1 --generic-option2` |\n\nSee the base environment variables [here](https://github.com/ai-dock/base-image/wiki/2.0-Environment-Variables) for more configuration options.\n\n\n### Additional Micromamba Environments\n\n| Environment    | Packages |\n| -------------- | ----------------------------------------- |\n| `onetrainer`   | OneTrainer and dependencies |\n\nThis micromamba environment will be activated on shell login.\n\nSee the base micromamba environments [here](https://github.com/ai-dock/base-image/wiki/1.0-Included-Software#installed-micromamba-environments).\n\n\n## Pre-Configured Templates\n\n**Vast.​ai**\n\n- [onetrainer:latest](https://link.ai-dock.org/template-vast-onetrainer)\n\n---\n\n**Runpod.​io**\n\n- [onetrainer:latest](https://link.ai-dock.org/template-runpod-onetrainer)\n\n---\n\n_The author ([@robballantyne](https://github.com/robballantyne)) may be compensated if you sign up to services linked in this document. Testing multiple variants of GPU images in many different environments is both costly and time-consuming; This helps to offset costs_","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-dock%2Fonetrainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fai-dock%2Fonetrainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fai-dock%2Fonetrainer/lists"}