feat(content): add cosmos_miri pool member (Carina mid-infrared pan) #25

Merged
benstull merged 2 commits from feat/cosmos-miri-pool-member into main 2026-06-26 12:39:35 +00:00
Showing only changes of commit 32e74ca446 - Show all commits
+5 -1
View File
@@ -1,7 +1,11 @@
.PHONY: sim sim-local
# Prefer the project venv's interpreter (this box has no bare `python` on PATH),
# fall back to python3, then python.
PYTHON ?= $(firstword $(wildcard .venv/bin/python) python3 python)
sim:
docker compose -f simulator/docker-compose.yml up --build
sim-local:
python -m uvicorn simulator.app:app --reload --port 8000
$(PYTHON) -m uvicorn simulator.app:app --reload --port 8000