cenv/base/cpu/Dockerfile
ben0i0d 66a6650b91
Some checks failed
Flow / Base (push) Successful in 10s
Flow / CUDA_Base (push) Successful in 34s
Push_ghcr / Push (push) Failing after 49s
Flow / C (push) Successful in 59s
Flow / Cpp (push) Successful in 58s
Flow / Python (push) Successful in 32s
Flow / JRE (push) Successful in 1m0s
Flow / MC_BE (push) Successful in 8s
Flow / JDK (push) Successful in 1m4s
Flow / R (push) Successful in 40s
Flow / JS (push) Successful in 1m39s
Flow / Steam (push) Successful in 57s
Flow / MC_JRE_11 (push) Successful in 1m12s
Flow / MC_JRE_21 (push) Successful in 1m20s
Flow / CUDA_Runtime (push) Successful in 1m15s
Flow / Jupyterlite (push) Successful in 40s
Flow / Hexo (push) Successful in 35s
Flow / Julia (push) Successful in 1m25s
Flow / Steam_Wine (push) Successful in 58s
Flow / LLAMA (push) Successful in 4m18s
Flow / CUDA_Devel (push) Successful in 2m40s
Flow / Push (push) Successful in 10m20s
Flow / MC_JRE_8 (push) Successful in 38m6s
Flow / ROCM (push) Has been cancelled
Flow / MC_JRE_17 (push) Has been cancelled
switch back to bookworm
2025-02-08 13:08:00 +08:00

10 lines
247 B
Docker

FROM debian:bookworm-slim
USER root
# Configure environment
ENV DEBIAN_FRONTEND=noninteractive \
# avoid some mistake, e.g. "jill"
HOME="/root"
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources