switch back to bookworm
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
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
This commit is contained in:
parent
c5633b1151
commit
66a6650b91
@ -50,20 +50,17 @@ jobs:
|
||||
context: base/cuda/devel
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:cuda_devel
|
||||
|
||||
# ROCM:
|
||||
# runs-on: runner
|
||||
# needs: Base
|
||||
# steps:
|
||||
# - name: checkout code
|
||||
# uses: https://eoelab.org:1027/actions/checkout@v4
|
||||
# - name: ROCM build
|
||||
# uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||
# with:
|
||||
# context: base/rocm
|
||||
# build-args: |
|
||||
# http_proxy=http://192.168.2.2:7890
|
||||
# https_proxy=http://192.168.2.2:7890
|
||||
# tags: eoelab.org:1027/${{ gitea.repository }}:rocm
|
||||
ROCM:
|
||||
runs-on: runner
|
||||
needs: Base
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: https://eoelab.org:1027/actions/checkout@v4
|
||||
- name: ROCM build
|
||||
uses: https://eoelab.org:1027/actions/build-push-action@v6
|
||||
with:
|
||||
context: base/rocm
|
||||
tags: eoelab.org:1027/${{ gitea.repository }}:rocm
|
||||
|
||||
C:
|
||||
runs-on: runner
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM debian:trixie-slim
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
USER root
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
FROM eoelab.org:1027/eoeair/cenv:base
|
||||
|
||||
ARG VERSION=6.3.1
|
||||
ARG VERSION=6.3.2
|
||||
|
||||
ENV PATH="${PATH}:/opt/rocm/bin"
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget gnupg2 && \
|
||||
wget https://repo.radeon.com/amdgpu-install/6.3.1/ubuntu/jammy/amdgpu-install_6.3.60301-1_all.deb && \
|
||||
wget https://repo.radeon.com/amdgpu-install/6.3.2/ubuntu/jammy/amdgpu-install_6.3.60302-1_all.deb && \
|
||||
# add ROCm
|
||||
apt-get install -y ./amdgpu-install_6.3.60301-1_all.deb && rm ./amdgpu-install_6.3.60301-1_all.deb && \
|
||||
apt-get install -y ./amdgpu-install_6.3.60302-1_all.deb && rm ./amdgpu-install_6.3.60302-1_all.deb && \
|
||||
# Install ROCm-ml-libraries
|
||||
apt-get update && apt-get update && apt-get install -y rocm-ml-libraries && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user