
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This repository is for the work on the web interface to annotate images.
It is built on MEANJS stack https://github.com/meanjs/mean
Example tools that may be relevant:
Annotating image regions: http://annotorious.github.io/demos.html
Backup database (do that periodically and before any server restarts/docker changes)
Restore database
Process of porting the database
[user_id], [port] and [container_name].docker run -d -v /data/icputrd/arf/mean.js/public/2015:/opt/mean.js/public/2015 \ -v /data/icputrd/arf/mean.js/public/2016:/opt/mean.js/public/2016 \ -v /data/icputrd/arf/mean.js/public/2014:/opt/mean.js/public/2014 \ -v /data/icputrd/arf/mean.js/public/2013:/opt/mean.js/public/2013 \ -v /data/icputrd/arf/mean.js/public/2012:/opt/mean.js/public/2012 \ -v /data/icputrd/arf/mean.js/public/2011:/opt/mean.js/public/2011 \ -v /data/icputrd/arf/mean.js/public/2017:/opt/mean.js/public/2017 \ -v /data/icputrd/arf/mean.js/public/sara_img:/opt/mean.js/public/sara_img \ -v /data/icputrd/arf/mean.js/public/:/opt/mean.js/public/ \ -v /data/icputrd/arf/mean.js/public/js:/opt/mean.js/public/js \ -v /data/icputrd/arf/mean.js/public/css:/opt/mean.js/public/css \ -v /home/[user_id]:/home/[user_id] -p [port]:22 \ --name [container_name] \ --link dbNew:dbNew \ icputrd/platform /bin/startsvc.sh [user_id]
id_rsa.pub to ~/.ssh/authorized_keys for authorization.ssh-keygen. Once it completes, it should produces the id_rsa.pub and id_rsa files inside your ~/.ssh/ folder.id_rsa.pub and id_rsa files inside your some_location/.ssh/ folder (Note: some_location should be displayed at the end of the ssh-keygen process)icputrd.bat; save it on Desktop/ for convenience. (information about batch file in Windows 10)@echo off set url="http://localhost:3000" start chrome %url% <# You could open with different browsers #> <# start iexplore.exe %url% start firefox.exe %url% start microsoft-edge:%url% #> <# Powershell.exe ssh da1p #> Powershell.exe -WindowStyle Minimized ssh da1p pause
Copy and paste the public key into https://docs.google.com/forms/d/e/1FAIpQLSe_2zBBTcuKAa1UdAIAZikvkjfXZBrzvvvFU-20A18t-FXcvw/viewform?usp=pp_url.
Your id_rsa.pub is needed for setting up the connection. To see the public key, simply run cat ~/.ssh/id_rsa.pub.
Set up your ~/.ssh/config file so that you can login to one of the da servers without having to fully specify the server name each time. Simply copy the content below to ~/.ssh/config.
Host * ForwardAgent yes host da1p hostname da1.eecs.utk.edu identityfile ~/.ssh/id_rsa # identityfile C:\Users\Windows_user_name/.ssh/id_rsa // Windows user may have something like this user [user_id_on_server] Port [port] LocalForward 3000 127.0.0.1:3000
ssh da1p to connect您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务