Description
Rewrite Dockerfile as a two-stage build: rust:slim builder stage compiles the wheel, python:slim final stage installs it.
Files
Definition of Done
Documentation needed: Update README.md Docker usage section.
Tests needed: CI job: docker build on push to main.
Description
Rewrite
Dockerfileas a two-stage build:rust:slimbuilder stage compiles the wheel,python:slimfinal stage installs it.Files
Dockerfile— REWRITEDefinition of Done
docker build -t openvariant .completes without errordocker run openvariant openvar --helpworksDocumentation needed: Update
README.mdDocker usage section.Tests needed: CI job:
docker buildon push tomain.