You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pydantic-based validation for UNECE Recommendation 20 unit codes
Python
Optimized Dockerfile for deploying a...Optimized Dockerfile for deploying a FastAPI application using Gunicorn and UvicornWorker. Includes best practices like a non-root user, UV package manager for dependency management, and multi-stage builds using alpine for smaller images.
1
FROM python:3.13-alpine AS base
2
3
# Set environment variables for Python runtime behavior