Environments

Virtual-environment-first setup for robotics projects: decide uv/venv vs Docker, make local and remote-server runs reproduce identically, handle GPU passthrough and headless/display forwarding. Use when: setting up any new robotics project environment; 'uv', 'venv', 'virtualenv', 'docker for this project', 'reproducible environment', 'works locally but not on the server', 'GPU in container'. Load early in any robium build, right after architect. Decision rule of thumb: pure-Python ML stacks → uv; anything needing ROS 2 or system deps → Docker. Not for: multi-module application Dockerfiles and compose wiring (integration skill).

robium-ai 966330d 7 files · 36.5 KB Updated

File contents

robium-ai/robium/tree/main/archive/environments/1.4.0 commit 966330d31d

Frequently asked questions

npx skillmds@latest add robium-ai/environments-7