Alex Norell

Results 5 issues of Alex Norell

# Description - **Initial test for depot using CPU** - **Depot.dev refactor** ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New...

## Key Changes * Migrated from `setup.py` to `pyproject.toml` for modern Python package management * Optimized Docker build process with multi-stage builds * Consolidated and updated dependency management * Removed...

# Description This PR optimizes the Jetson 6.2.0 Docker image by replacing the full `l4t-jetpack` base image with a lighter `l4t-cuda:12.6.11-runtime` base. This results in a **41.7% size reduction** (14.2...

## Problem Jetson 6.2.0 Docker builds are failing with: ``` ERROR: GDAL >= 3.5 is required for rasterio. Please upgrade GDAL. INFO:root:GDAL API version obtained from gdal-config: 3.4.1 ``` ##...

## Problem The Jetson 6.2.0 base image already exists and works, but it's published under a different name: - **Existing:** `roboflow/roboflow-inference-server-jetson:jetpack-6.2.0` (built Oct 17, 2025) - **Needed:** `roboflow/roboflow-inference-server-jetson-6.2.0:latest` (for downstream...