fetch_ml/build
2026-01-05 12:34:23 -05:00
..
docker ci: align workflows, build scripts, and docs with current architecture 2026-01-05 12:34:23 -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.