update julia-mirror
All checks were successful
Flow / Base (push) Successful in 5s
Flow / CUDA_Base (push) Successful in 5s
Flow / C (push) Successful in 7s
Flow / Cpp (push) Successful in 7s
Flow / JDK (push) Successful in 8s
Flow / JRE (push) Successful in 6s
Flow / JS (push) Successful in 6s
Flow / Python (push) Successful in 8s
Flow / R (push) Successful in 8s
Flow / MC_BE (push) Successful in 7s
Flow / MC_JRE_8 (push) Successful in 7s
Flow / MC_JRE_11 (push) Successful in 8s
Flow / MC_JRE_17 (push) Successful in 8s
Flow / MC_JRE_21 (push) Successful in 9s
Flow / Steam (push) Successful in 7s
Flow / CUDA_Runtime (push) Successful in 6s
Flow / Hexo (push) Successful in 8s
Flow / Jupyterlite (push) Successful in 9s
Flow / Julia (push) Successful in 9s
Flow / Steam_Wine (push) Successful in 7s
Flow / CUDA_Devel (push) Successful in 6s
Flow / LLAMA (push) Successful in 3m34s
Flow / Push (push) Successful in 4s
Push_ghcr / Push (push) Successful in 57s

This commit is contained in:
ben0i0d 2025-01-22 13:07:56 +08:00
parent 5ac61a1dec
commit c5633b1151
2 changed files with 4 additions and 1 deletions

View File

@ -172,6 +172,7 @@ jobs:
uses: https://eoelab.org:1027/actions/build-push-action@v6
with:
context: Program/julia
build-args: JULIA_MIRROR=https://mirrors.cernet.edu.cn/julia
tags: eoelab.org:1027/${{ gitea.repository }}:julia
R:

View File

@ -6,9 +6,11 @@ RUN apt-get update --yes && apt-get install --yes --no-install-recommends gnupg
FROM eoelab.org:1027/eoeair/cenv:base
ARG JULIA_MIRROR
COPY --from=builder /opt/julias/ /opt/julias/
ENV JULIA_PKG_SERVER=https://mirrors.ustc.edu.cn/julia \
ENV JULIA_PKG_SERVER=${JULIA_MIRROR} \
JULIA_NUM_THREADS=8
RUN ln -s "`find /opt/julias -name 'bin'`/julia" /usr/local/bin/julia