Skip to content

Commit

Permalink
add info to docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
eulertour committed Apr 2, 2019
1 parent e6210af commit a91c0d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Expand Up @@ -2,8 +2,10 @@ version: '3.1'

services:
manim:
image: manim
build: .
# comment this line if you build the image to prevent overwriting the tag
image: eulertour/manim:latest
# uncomment this line to build rather than pull the image
# build: .
volumes:
- ${MANIM_PATH:?MANIM_PATH environment variable isn't set}:/opt/manim
environment:
Expand All @@ -13,3 +15,4 @@ services:
- python
- -m
- manim
network_mode: "none"

0 comments on commit a91c0d3

Please sign in to comment.