Skip to content

Commit

Permalink
chroma的镜像打包改为国内清华源
Browse files Browse the repository at this point in the history
  • Loading branch information
deadwalks committed Sep 7, 2024
1 parent a4aeec5 commit 023ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
working_dir: /app # 设置工作目录
command: >
bash -c "
pip install langchain_chroma chromadb &&
pip install langchain_chroma chromadb -i https://pypi.tuna.tsinghua.edu.cn/simple/ &&
chroma run --path chroma_db --port 8000 --host 0.0.0.0" # 启动 Chroma
ports:
- "8000:8000" # 映射 Chroma 服务端口
Expand Down

0 comments on commit 023ec7b

Please sign in to comment.