prophet/Makefile

9 lines
117 B
Makefile
Raw Normal View History

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