Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hub-mirror] 请求执行任务 #3

Open
wpybtw opened this issue Jan 21, 2024 · 1 comment
Open

[hub-mirror] 请求执行任务 #3

wpybtw opened this issue Jan 21, 2024 · 1 comment

Comments

@wpybtw
Copy link
Owner

wpybtw commented Jan 21, 2024

{
"hub-mirror": [
"genai-stack/pull-model",
"neo4j:5.11",
"langchain/langchain",
"node:alpine",
"要求:hub-mirror 标签是必选的,标题随意,内容严格按照该 json 格式,每次最多支持转换 11 个镜像",
"错误的镜像都会被跳过",
"请确保 json 格式是正确的,比如下面这个是最后一个,后面是没有逗号的",
"好了,改成你想要转换的镜像吧"
]
}

Copy link

Hello,您可以直接执行该命令:

echo -e '\ndocker pull w497273/node:alpine\ndocker tag w497273/node:alpine node:alpine\ndocker pull w497273/neo4j:5.11\ndocker tag w497273/neo4j:5.11 neo4j:5.11\ndocker pull w497273/langchain.langchain\ndocker tag w497273/langchain.langchain langchain/langchain' | bash

或是手动执行:

docker pull w497273/node:alpine
docker tag w497273/node:alpine node:alpine
docker pull w497273/neo4j:5.11
docker tag w497273/neo4j:5.11 neo4j:5.11
docker pull w497273/langchain.langchain
docker tag w497273/langchain.langchain langchain/langchain

希望可以帮助到您,祝您周日愉快!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant