mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
12 lines
229 B
YAML
12 lines
229 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
manim:
|
|
image: manim
|
|
build: .
|
|
volumes:
|
|
- ${MANIM_PATH:?MANIM_PATH environment variable isn't set}:/opt/manim
|
|
environment:
|
|
- PYTHONPATH=/opt/manim
|
|
working_dir: /opt/manim
|