sha256:c8218039a32a7fc7c224db5b5da372b7fecef17a52c5d1a79b5420aa7b6ee1fe
Last pushed
2 months by mmvlab
Type
Compose
Manifest digest
sha256:c8218039a32a7fc7c224db5b5da372b7fecef17a52c5d1a79b5420aa7b6ee1fe
name: mmvlab
services:
imagentj:
image: docker.io/mmvlab/agentic_j:gpu
platform: linux/amd64
runtime: runc
ports:
- "6080:6080"
environment:
DISPLAY: ":1"
FIJI_PATH: /opt/Fiji.app
PYTHONPATH: /app:/app/src
PYTHONUNBUFFERED: "1"
QDRANT_DATA_PATH: /app/qdrant_data
volumes:
- fiji_plugins:/opt/Fiji.app/plugins
- fiji_jars:/opt/Fiji.app/jars
- appose_envs:/opt/appose
- saved_scripts:/app/scripts/saved_scripts
- imagentj_home:/home/imagentj
- cellpose_models:/home/imagentj/.cellpose/models
- qdrant_data:/app/qdrant_data
shm_size: 2gb
user: imagentj
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
deploy:
resources:
reservations:
devices:
- driver: cdi
device_ids:
- nvidia.com/gpu=all
capabilities:
- gpu
volumes:
fiji_plugins:
fiji_jars:
appose_envs:
saved_scripts:
imagentj_home:
cellpose_models:
qdrant_data:
services:
imagentj:
image: docker.io/mmvlab/agentic_j:gpu@sha256:a5c595943341126d5bb1b9345886dd08b40934e6a13f7110532c2c4fe4d72887
docker compose -f oci://mmvlab/agenticj-compose:gpu upUse the above command to pull and run the Compose file. Learn more.