Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fkrauthan/sheepit-docker
optimized and secured Sheep-It Render agent to add rendering power to the open Blender render cloud.
https://github.com/fkrauthan/sheepit-docker
blender docker-image sheepit
Last synced: about 2 months ago
JSON representation
optimized and secured Sheep-It Render agent to add rendering power to the open Blender render cloud.
- Host: GitHub
- URL: https://github.com/fkrauthan/sheepit-docker
- Owner: fkrauthan
- Created: 2018-11-23T22:18:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T03:39:29.000Z (over 1 year ago)
- Last Synced: 2024-04-10T02:39:23.288Z (9 months ago)
- Topics: blender, docker-image, sheepit
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fkrauthan/sheepit/
- Size: 33.2 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sheep-It Agent
==============A optimized and secured [Sheep-It](https://www.sheepit-renderfarm.com/index.php) Render agent to add rendering power to the open Blender render cloud.
Instructions
------------You need your sheep-it account username and password to proceed:
```
docker run -d \
--name "sheepit-agent" \
-e SHEEPIT_USERNAME=XXXXXX \
-e SHEEPIT_PASSWORD=YYYYYY \
fkrauthan/sheepit:latest
```To limit CPU you can use the native Docker resource limitations. For instance, to limit Sheepit to 50% of a 8-core CPU, use `--cpus=4`
To limit memory, you can use the environment variable SHEEPIT_MEMORY_LIMIT. E.g. `-e SHEEPIT_MEMORY_LIMIT=4GB`
To use GPU as a compute method set SHEEPIT_COMPUTE_METHOD. E.g. `-e set SHEEPIT_COMPUTE_METHOD=GPU`
About this Image
----------------This image is based on the openjdk slim template and adds the additional required libraries to run the agent and belender renderer.
**Images:**
* `latest` will always point to the latest image
* `xxx.yyy.zzz` reflects the current sheep-it render agent versionAdditional Links
----------------[Docker Hub page](https://hub.docker.com/r/fkrauthan/sheepit/)
[GitHub page](https://github.com/fkrauthan/sheepit-docker)[SheepIt client GitHub repo](https://github.com/laurent-clouet/sheepit-client)
[SheepIt site](https://www.sheepit-renderfarm.com/)