build:
	docker build -t ${USER}/diffusion2d:numpy-memory2 -t micha/diffusion2d:latest .

run: build
	docker run ${USER}/diffusion2d:latest
