
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
注意:这是 https://hub.docker.com/_/julia 的 arm64v8 架构构建的 "per-architecture" 仓库 — 更多信息,请参见官方镜像文档中的 https://github.com/docker-library/official-images#architectures-other-than-amd64 和官方镜像 FAQ 中的 https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what%E3%80%82
维护者:
https://github.com/docker-library/julia
获取帮助:
Docker 社区 Slack、Server Fault、Unix & Linux 或 Stack Overflow
Dockerfile 链接(参见 FAQ 中的 https://github.com/docker-library/faq#whats-the-difference-between-shared-and-simple-tags%EF%BC%89
https://github.com/docker-library/julia/blob/30e953f8abfa024651984120929c403b7cdf5a9a/1.12/trixie/Dockerfile
https://github.com/docker-library/julia/blob/30e953f8abfa024651984120929c403b7cdf5a9a/1.12/bookworm/Dockerfile
https://github.com/docker-library/julia/blob/fa7463443f367283c***f5fe7d5f40a960b66/1.11/trixie/Dockerfile
https://github.com/docker-library/julia/blob/fa7463443f367283c***f5fe7d5f40a960b66/1.11/bookworm/Dockerfile
https://github.com/docker-library/julia/blob/25081b47fd632d8a7140a3fede2da1db2d96aee5/1.10/trixie/Dockerfile
https://github.com/docker-library/julia/blob/36ec8a84fe6a3ac59872725f20e892e472b45227/1.10/bookworm/Dockerfile
1.12.0, 1.12, 1, latest:
1.11.7, 1.11:
1.10.10, 1.10:
提交 issue 的地方:
https://github.com/docker-library/julia/issues?q=
支持的架构:(https://github.com/docker-library/official-images#architectures-other-than-amd64)
https://hub.docker.com/r/amd64/julia/%E3%80%81https://hub.docker.com/r/arm64v8/julia/%E3%80%81https://hub.docker.com/r/i386/julia/%E3%80%81https://hub.docker.com/r/ppc64le/julia/%E3%80%81https://hub.docker.com/r/winamd64/julia/
已发布的镜像 artifact 详情:
https://github.com/docker-library/repo-info/blob/master/repos/julia%EF%BC%88https://github.com/docker-library/repo-info/commits/master/repos/julia%EF%BC%89
(镜像元数据、传输大小等)
镜像更新:
https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Fjulia
https://github.com/docker-library/official-images/blob/master/library/julia%EF%BC%88https://github.com/docker-library/official-images/commits/master/library/julia%EF%BC%89
本描述的来源:
https://github.com/docker-library/docs/tree/master/julia%EF%BC%88https://github.com/docker-library/docs/commits/master/julia%EF%BC%89
Julia 是一种用于技术计算的高级、高性能动态编程语言,其语法对其他技术计算环境的用户来说较为熟悉。它提供了复杂的编译器、分布式并行执行、数值准确性以及广泛的数学函数库。
julialang.org
!https://raw.githubusercontent.com/docker-library/docs/520519ad7db3ea9fd5d3590e836c839a0ffd6f19/julia/logo.png
Julia 支持的平台分为不同等级,根据支持程度进行排名。有关支持等级的更多详细信息,请参见 Julia 下载页面上的 "当前支持的平台"。
特别需要注意的是,Alpine/musl 属于 "Tier 3",存在若干已知问题(参见 https://github.com/docker-library/julia/pull/47#issuecomment-652661869%E3%80%81https://github.com/JuliaLang/julia/issues/28805%E3%80%81https://github.com/JuliaLang/julia/issues/36458%EF%BC%89%E3%80%82
启动 Julia REPL 非常简单,命令如下:
console$ docker run -it --rm arm64v8/julia
console$ docker run -it --rm -v "$PWD":/usr/myapp -w /usr/myapp arm64v8/julia julia script.jl arg1 arg2
查看本镜像中包含的软件的 许可信息。
与所有 Docker 镜像一样,这些镜像可能还包含其他软件,这些软件可能采用其他许可(例如基础发行版中的 Bash 等,以及包含的主要软件的任何直接或间接依赖项)。
一些能够自动检测到的额外许可信息可能位于 https://github.com/docker-library/repo-info/tree/master/repos/julia 中。
对于任何预构建镜像的使用,镜像用户有责任确保对本镜像的任何使用都符合其中包含的所有软件的相关许可。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务