prophet/Makefile
2019-05-31 11:23:49 -07:00

8 lines
117 B
Makefile

build:
docker-compose build
py-shell:
docker-compose run package ipython
shell:
docker-compose run package bash