Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords
Repository
Docker | Blender
Basic Info
- Host: GitHub
- Owner: starling-cloud
- License: cc-by-sa-4.0
- Language: Dockerfile
- Default Branch: dev
- Homepage: https://hub.docker.com/repository/docker/starlingnest/blender
- Size: 668 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Docker | Blender
Starling Studio Suite
This Docker setup provides a Blender environment running on Ubuntu with CUDA support, ideal for GPU-accelerated rendering tasks.
Prerequisites
- Docker Engine
- NVIDIA Docker for GPU support (only required if you intend to utilize GPU capabilities)
Getting Started
These instructions will cover usage information and for the docker container.
Build Instructions
To build the Docker image, run the following command from the root of the repository:
bash
docker build -t blender-gpu .
This command builds the Docker image with the tag blender-gpu, which you can use to refer to the image later.
Running the Container
To run Blender in a Docker container with GPU support, use:
bash
docker run --gpus all -it --rm blender-gpu
This command runs the Blender application with access to all available GPUs on the host machine, opens an interactive terminal session, and removes the container when it exits.
Interactive Mode
To start the container in interactive mode where you can execute Blender commands or scripts, use:
bash
docker run --gpus all -it --rm blender-gpu /bin/bash
You will enter into the command line inside the container where you can manually run Blender.
Environment Variables
- BLENDER_HOME:
/opt/blender - BLENDER_VERSION:
2.80 - PATH: Includes Blender Python binary path
- LANG:
C.UTF-8 - LC_ALL:
C.UTF-8 - DEBIAN_FRONTEND:
noninteractive
License
This project is licensed under the Creative Commons 4.0 Attribution-ShareAlike 4.0 International - see the LICENSE.md file for details.
Acknowledgments
- Clarkson University for Blender mirror
- NVIDIA for CUDA Docker images
Colophon
Starling Studio Suite
Starling Studio Suite is an advanced collection of Docker images specifically tailored for the Architecture, Engineering, and Construction (AEC) industry and spatial computing. This suite offers a comprehensive set of tools that facilitate everything from design and visualization to simulation, collaboration, and spatial analysis.
The Starling Studio Suite aims to provide a cohesive environment where architects, engineers, and construction professionals can leverage cutting-edge technologies to enhance their workflows. This includes applications for Building Information Modeling (BIM), Computer-Aided Design (CAD), Geographic Information Systems (GIS), and more.
The Starling Studio Suite provides a comprehensive set of Docker images tailored for the AEC industry and spatial computing. It offers tools for design, BIM, GIS, simulation, collaboration, and automation, making it an invaluable resource for professionals looking to enhance their workflows and deliver innovative solutions in the built environment.
Owner
- Name: Starling
- Login: starling-cloud
- Kind: organization
- Email: info@starling.associates
- Location: Netherlands
- Website: https://www.starling.associates
- Twitter: starling_cloud
- Repositories: 44
- Profile: https://github.com/starling-cloud
Insight + Strategy + Design
Citation (CITATION.cff)
cff-version: 1.2.0
title: Starling Blender Docker
version: 0.0.2
date-released: 2024-07-01
url: "https://github.com/starling-cloud/docker-blender"
message: >-
If you use this software, please cite it using
the metadata from this file.
type: software
authors:
- given-names: Lars Bastiaan
family-names: van Vianen
email: lars@starling.studio
affiliation: Starling Associates
orcid: "https://orcid.org/0000-0002-8790-8630"
GitHub Events
Total
- Delete event: 1
- Issue comment event: 2
- Push event: 7
- Pull request event: 3
- Create event: 2
Last Year
- Delete event: 1
- Issue comment event: 2
- Push event: 7
- Pull request event: 3
- Create event: 2
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 28 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 28 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (7)