Update the build command

This commit is contained in:
William Valentin
2025-07-17 12:36:39 -07:00
parent bc7652aa57
commit 8b2dfca7b5

View File

@@ -11,4 +11,6 @@ pip install -r requirements.txt
``` ```
## Build container image ## Build container image
./build.sh ```shell
make build
```