starting work on a docker build

This commit is contained in:
Michael Gillett
2026-03-01 10:46:42 -05:00
parent ded15ea43d
commit d24bcb1f43
3 changed files with 72 additions and 0 deletions
+4
View File
@@ -249,7 +249,11 @@ Pre-commit hooks will automatically:
- Lint with flake8
- Fix trailing whitespace and other file issues
## Docker
```bash
docker build -t pymc:latest . --platform linux/arm/v7
```
## Support