33> Full AI/Bioinformatics development environment for GPU/DGX machines.
44> Built on NVIDIA PyTorch 25.10 with CUDA support.
55
6- [ ![ Docker] ( https://img.shields.io/badge/ghcr.io-omnibioai--dev--env-blue?logo=docker )] ( https://ghcr.io/man4ish /omnibioai-dev-env )
6+ [ ![ Docker] ( https://img.shields.io/badge/ghcr.io-omnibioai--dev--env-blue?logo=docker )] ( https://ghcr.io/omnibioai /omnibioai-dev-env )
77[ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-green )] ( LICENSE )
88[ ![ GPU Required] ( https://img.shields.io/badge/GPU-required-orange?logo=nvidia )] ( https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html )
99
@@ -65,15 +65,15 @@ This is **not** part of the OmniBioAI production stack. It is not:
6565
6666### Option A — Pull from GHCR (recommended)
6767``` bash
68- docker pull ghcr.io/man4ish /omnibioai-dev-env:latest
68+ docker pull ghcr.io/omnibioai /omnibioai-dev-env:latest
6969bash run_ai_dev.sh
7070```
7171
7272### Option B — Build locally
7373``` bash
74- git clone https://github.com/man4ish /omnibioai-dev-docker
74+ git clone https://github.com/OmniBioAI /omnibioai-dev-docker
7575cd omnibioai-dev-docker
76- docker build -t ghcr.io/man4ish /omnibioai-dev-env:latest .
76+ docker build -t ghcr.io/omnibioai /omnibioai-dev-env:latest .
7777bash run_ai_dev.sh
7878```
7979
@@ -209,10 +209,11 @@ sc.pl.pca_variance_ratio(adata)
209209## Part of the OmniBioAI Ecosystem
210210
211211This dev environment is designed to work alongside the
212- [ OmniBioAI platform] ( https://github.com/man4ish/omnibioai ) —
212+ [ OmniBioAI platform] ( https://github.com/OmniBioAI/omnibioai-workbench )
213+ (checked out locally as ` omnibioai/ ` ) —
213214a unified AI-powered bioinformatics workbench supporting:
214215
215- - 200+ bioinformatics plugins
216+ - 231 enabled bioinformatics plugins
216217- RNA-seq, single-cell, spatial omics, variant calling
217218- TES workflow execution (Slurm, K8s, AWS Batch, Azure)
218219- RAG-powered literature search (PubMed + FAISS)
@@ -234,5 +235,5 @@ If you use this environment in your research, please cite:
234235```
235236OmniBioAI Dev Environment (2025)
236237Manish Kumar
237- https://github.com/man4ish /omnibioai-dev-docker
238+ https://github.com/OmniBioAI /omnibioai-dev-docker
238239```
0 commit comments