- Fix YAML tags in auth config struct (json -> yaml) - Update CLI configs to use pre-hashed API keys - Remove double hashing in WebSocket client - Fix port mapping (9102 -> 9103) in CLI commands - Update permission keys to use jobs:read, jobs:create, etc. - Clean up all debug logging from CLI and server - All user roles now authenticate correctly: * Admin: Can queue jobs and see all jobs * Researcher: Can queue jobs and see own jobs * Analyst: Can see status (read-only access) Multi-user authentication is now fully functional. |
||
|---|---|---|
| .. | ||
| 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.