mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-14 23:21:04 +00:00
13 lines
362 B
YAML
13 lines
362 B
YAML
services:
|
|
memory_scope_main:
|
|
build:
|
|
context: ghcr.io/modelscope/memoryscope:main
|
|
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
|