mirror of
https://github.com/3b1b/manim.git
synced 2025-09-18 13:26:51 +00:00
Change docker-compose to reflect README.md changes
This commit is contained in:
parent
6c1fb7ddca
commit
d7054e61f0
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
- manim
|
||||
- --media_dir=/tmp/output
|
||||
volumes:
|
||||
- ${INPUT_DIR:?INPUT_DIR environment variable isn't set}:/tmp/input
|
||||
- ${OUTPUT_DIR:?OUTPUT_DIR environment variable isn't set}:/tmp/output
|
||||
- ${INPUT_PATH:?INPUT_PATH environment variable isn't set}:/tmp/input
|
||||
- ${OUTPUT_PATH:?OUTPUT_PATH environment variable isn't set}:/tmp/output
|
||||
working_dir: /tmp/input
|
||||
network_mode: "none"
|
||||
|
|
Loading…
Add table
Reference in a new issue