This project builds a Docker image for scGPT using mamba and uv to install dependencies, making deployment easier.
- Run the build command from the repo root:
docker build -t scgpt:latest . - The Dockerfile creates a conda environment called
scGPT-env, runsuv syncto install packages, and then executesbuild_tests/test_import.py.
That's it—this is all you need for image construction and verification.