Sign inSign up

mmvlab/agenticj-compose:latest

Manifest digest

sha256:379eff1cfd28c9250088e64a0a4c068b4838de04a87488fce9ec86ea31402c25

Last pushed

3 months by mmvlab

Type

Compose

Manifest digest

sha256:379eff1cfd28c9250088e64a0a4c068b4838de04a87488fce9ec86ea31402c25

Compose file content

services:
  imagentj:
    image: docker.io/mmvlab/agentic_j:latest
    ports:
      - "6080:6080"
    environment:
      - FIJI_PATH=/opt/Fiji.app
      - QDRANT_DATA_PATH=/app/qdrant_data
      - DISPLAY=:1
      - PYTHONPATH=/app:/app/src
      - PYTHONUNBUFFERED=1
    volumes:
      # These named volumes persist runtime state. On first creation, Docker
      # initializes each volume from the corresponding directory baked into the image.
      - 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

volumes:
  fiji_plugins:
  fiji_jars:
  saved_scripts:
  appose_envs:
  imagentj_home:
  cellpose_models:
  qdrant_data:

Docker commands

docker compose -f oci://mmvlab/agenticj-compose:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image


Pulls

1.4K

Stars

1

Last Updated

2 months