fetch_ml/build
Jeremie Fraeys cd5640ebd2 Slim and secure: move scripts, clean configs, remove secrets
- 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
2025-12-07 13:57:51 -05:00
..
docker Slim and secure: move scripts, clean configs, remove secrets 2025-12-07 13:57:51 -05:00
README.md feat: add comprehensive configuration and deployment infrastructure 2025-12-04 16:54:02 -05:00

Build Configuration

This directory contains build configurations for containerization.

Docker

Location: build/docker/

Dockerfiles

  • simple.Dockerfile - Lightweight API server image
  • api-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.