.PHONY: build
build: ; docker build --rm -t xos/python_common .

.PHONY: rmi
rm: ; docker rmi xos/python_common
