Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 152 Bytes

docker.md

File metadata and controls

12 lines (9 loc) · 152 Bytes

How to use the docker-setup for this project

build image

$ docker build . -t pyedm

test if it runs

$ docker run pyedm --help