mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
16 lines
547 B
YAML
16 lines
547 B
YAML
services:
|
|
memory_scope_main:
|
|
image: ghcr.io/modelscope/memoryscope_arm:main
|
|
# image: ghcr.io/modelscope/memoryscope_arm:main # For ARM architecture
|
|
environment:
|
|
DASHSCOPE_API_KEY: "sk-0000000000"
|
|
# OPENAI_API_KEY: "sk-0000000000"
|
|
volumes:
|
|
- ./memoryscope/core/config:/memory_scope_project/memoryscope/memoryscope/core/config
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 4G
|
|
stdin_open: true
|
|
tty: true
|
|
# Please execute `docker compose run memory_scope_main` instead of `docker compose up`
|