mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
27 lines
536 B
YAML
27 lines
536 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
blender:
|
|
image: lscr.io/linuxserver/blender:latest
|
|
runtime: nvidia
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: all
|
|
capabilities:
|
|
- gpu
|
|
environment:
|
|
- NVIDIA_VISIBLE_DEVICES=all
|
|
- NVIDIA_DRIVER_CAPABILITIES=all
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Etc/UTC
|
|
- SUBFOLDER=/ #optional
|
|
ports:
|
|
- 3000
|
|
- 3001
|
|
restart: unless-stopped
|
|
shm_size: 1gb
|