{"id":19096900,"url":"https://github.com/zocker-160/sheepit-docker","last_synced_at":"2025-04-30T14:29:27.613Z","repository":{"id":45565015,"uuid":"158017571","full_name":"zocker-160/sheepit-docker","owner":"zocker-160","description":"A docker container for the SheepIt! render farm with CUDA support","archived":false,"fork":false,"pushed_at":"2025-01-05T19:35:33.000Z","size":39,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T14:29:24.416Z","etag":null,"topics":["docker-image","sheepit","sheepit-client"],"latest_commit_sha":null,"homepage":"https://www.sheepit-renderfarm.com/","language":"Shell","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/zocker-160.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,"zenodo":null}},"created_at":"2018-11-17T19:27:11.000Z","updated_at":"2025-01-05T19:35:36.000Z","dependencies_parsed_at":"2025-04-18T16:55:02.633Z","dependency_job_id":"3d3e1a65-8861-48f3-b8e1-c7bae0f1c9ca","html_url":"https://github.com/zocker-160/sheepit-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fsheepit-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fsheepit-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fsheepit-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zocker-160%2Fsheepit-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zocker-160","download_url":"https://codeload.github.com/zocker-160/sheepit-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251721261,"owners_count":21632798,"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":["docker-image","sheepit","sheepit-client"],"created_at":"2024-11-09T03:38:07.506Z","updated_at":"2025-04-30T14:29:27.571Z","avatar_url":"https://github.com/zocker-160.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A dockerized SheepIt Renderfarm client with Nvidia CUDA support\n\n**in order to update the sheepit client itself, you only need to restart the container, it will download the latest version on startup**\n\n## Instructions (CPU)\n\nStart the image with:\n```bash\ndocker run -it \\\n --name \"Sheepit\" \\\n -e user_name=\"\u003cusername\u003e\" \\\n -e user_password=\"\u003cpassword_or_public_key\u003e\" \\\n -e gpu=none \\\nzocker160/sheepit-client \u003cadditional_sheepit_arguments\u003e\n```\n\n## Instructions (GPU)\n\nIn order to make this image work, you need \n\n- Docker \u003e= 19.03 \n- Nvidia GPU driver\n- `nvidia-docker2`\n\nAn official guide by Nvidia can be found [here](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html).\n\nStart the image with:\n\n```bash\ndocker run -it \\\n --name \"Sheepit\" \\\n --gpus all \\\n -e user_name=\"\u003cusername\u003e\" \\\n -e user_password=\"\u003cpassword_or_public_key\u003e\" \\\n -e gpu=OPTIX_\u003c0/1/2/...\u003e \\\nzocker160/sheepit-client \u003cadditional_sheepit_arguments\u003e\n```\n\n#### Usage\n\n**important:** if you don't specify `-e gpu`,  a list of all supported GPUs will be shown\n\n- `-e user_name` / `-e user_password` specify usename and password of your sheepit account\n- `-e cpu` *(optional)* to override cpu core autodetection; e.g. `-e cpu=4`\n- `--gpus all` this enables the passthrough to the GPU(s)\n- `-e gpu` specify the Nvidia GPU to use for rendering (only one at a time is possible / lanuch multiple clients for more GPUs)\n- `-h` *(optional)* set hostname\n- `-e ui=\u003ctext/oneLine\u003e` *(optional)* change the CLI mode; default: `text`\n\n**important:** you can also pass any **additional** argument directly to the sheepit-client by replacing `\u003cadditional_sheepit_arguments\u003e` (e.g. `-memory 5G`)\n\n*hint: if you are using a DockerGUI like Portainer, you put those arguments into the `CMD` or `Command` field*\n\n#### Get into the server terminal\n\n```\ndocker attach \u003cContainer_name\u003e\n```\n\npress `Ctrl + c` in order to exit after finishing the current frame\n\npress `Ctrl + p` and then `Ctrl + q` in order to **detach** from the terminal\n\n## Instructions Vast.ai\n\n- create new template\n- image path / tag: `zocker160/sheepit-client:vast`\n- version tag: `vast`\n- launch mode: `SSH`\n- on-start script:\n```bash\nscreen -dmS sheep /startapp.sh -compute-method GPU -gpu OPTIX_0 -login zocker_160 -password 2nuZxTC1bxmkeFETiqK0RDpqKqYBcjb9EFAOH2CH\n```\n\nor you can use [this template link](https://cloud.vast.ai/?ref_id=20494\u0026template_id=3fbff40c4c524279d99d93df5b7ae5d6).\n\n#### Parameters\n\n- `-gpu OPTIX_\u003c0..n\u003e`: selects GPU0 as the GPU to use for rendering\n- `-compute-method \u003cCPU/GPU/CPU_GPU\u003e`: CPU: CPU only, GPU: GPU only, CPU_GPU: both\n- `-login`: your sheepit username\n- `-password`: your sheepit render token (no I did not leak my password, it is a render token)\n\n### Disclaimer\n\nI am not affiliated with vast, nor do I get any benefit,\nbut I personally just think, that it is a great option for sheepit, since they offer very good prices for the hardware you are getting.\n\n## Extra bits\n\n[Docker Hub page](https://hub.docker.com/r/zocker160/sheepit-client)  \n[GitHub page](https://github.com/zocker-160/sheepit-docker)\n[SheepIt client repo](https://gitlab.com/sheepitrenderfarm/client/)  \n[SheepIt website](https://www.sheepit-renderfarm.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Fsheepit-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzocker-160%2Fsheepit-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker-160%2Fsheepit-docker/lists"}