explainingtitanic / Makefile
oegedijk's picture
Publish explainingtitanic Space snapshot
c85417e
raw
history blame contribute delete
287 Bytes
.ONESHELL:
SHELL := /bin/bash
all: build
build:
python generate_explainers.py
run:
gunicorn --preload dashboard:app
fly-launch:
fly launch --no-deploy
fly-deploy:
fly deploy
fly-logs:
fly logs
fly-status:
fly status
fly-scale-1gb:
fly scale vm shared-cpu-1x --memory 1024