Package protected review runtime and prepare deployment admission
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
bb5b607bbd
commit
bda9381f07
20 changed files with 3534 additions and 7 deletions
10
Makefile
10
Makefile
|
|
@ -1,4 +1,12 @@
|
|||
.PHONY: test check sync
|
||||
.PHONY: test check sync package image-build
|
||||
|
||||
IMAGE ?= informed-decision:local
|
||||
|
||||
package:
|
||||
uv build --wheel
|
||||
|
||||
image-build: package
|
||||
docker build -f Containerfile -t $(IMAGE) .
|
||||
|
||||
test:
|
||||
python3 -m pytest -q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue