- Move ci-test.sh and setup.sh to scripts/ - Trim docs/src/zig-cli.md to current structure - Replace hardcoded secrets with placeholders in configs - Update .gitignore to block .env*, secrets/, keys, build artifacts - Slim README.md to reflect current CLI/TUI split - Add cleanup trap to ci-test.sh - Ensure no secrets are committed |
||
|---|---|---|
| .. | ||
| docker | ||
| README.md | ||
Build Configuration
This directory contains build configurations for containerization.
Docker
Location: build/docker/
Dockerfiles
simple.Dockerfile- Lightweight API server imageapi-server.Dockerfile- Full-featured API server
Usage
# Build from project root
docker build -f build/docker/simple.Dockerfile -t fetchml:latest .
# Or use Makefile
make docker-build
Podman
Location: ../podman/
Podman configurations for running ML experiments with GPU support.
Note: Not for building - these are runtime configs for experiment execution.