rocm switch to 6.3.1
Some checks failed
Flow / Base (push) Successful in 8s
Flow / CUDA_Base (push) Successful in 5s
Flow / C (push) Successful in 6s
Flow / Cpp (push) Successful in 8s
Flow / JDK (push) Successful in 8s
Flow / JRE (push) Successful in 10s
Flow / JS (push) Successful in 9s
Flow / Python (push) Successful in 10s
Flow / ROCM (push) Failing after 23s
Flow / R (push) Successful in 9s
Flow / MC_BE (push) Successful in 11s
Flow / MC_JRE_8 (push) Successful in 12s
Flow / MC_JRE_11 (push) Successful in 10s
Flow / MC_JRE_17 (push) Successful in 9s
Flow / MC_JRE_21 (push) Successful in 10s
Flow / Steam (push) Successful in 9s
Flow / LLAMA (push) Successful in 11s
Flow / CUDA_Runtime (push) Successful in 9s
Flow / Hexo (push) Successful in 10s
Flow / Jupyterlite (push) Successful in 10s
Flow / Julia (push) Successful in 9s
Flow / Steam_Wine (push) Successful in 8s
Flow / CUDA_Devel (push) Successful in 6s
Flow / Push (push) Successful in 4s
Push_ghcr / Push (push) Has been cancelled
Some checks failed
Flow / Base (push) Successful in 8s
Flow / CUDA_Base (push) Successful in 5s
Flow / C (push) Successful in 6s
Flow / Cpp (push) Successful in 8s
Flow / JDK (push) Successful in 8s
Flow / JRE (push) Successful in 10s
Flow / JS (push) Successful in 9s
Flow / Python (push) Successful in 10s
Flow / ROCM (push) Failing after 23s
Flow / R (push) Successful in 9s
Flow / MC_BE (push) Successful in 11s
Flow / MC_JRE_8 (push) Successful in 12s
Flow / MC_JRE_11 (push) Successful in 10s
Flow / MC_JRE_17 (push) Successful in 9s
Flow / MC_JRE_21 (push) Successful in 10s
Flow / Steam (push) Successful in 9s
Flow / LLAMA (push) Successful in 11s
Flow / CUDA_Runtime (push) Successful in 9s
Flow / Hexo (push) Successful in 10s
Flow / Jupyterlite (push) Successful in 10s
Flow / Julia (push) Successful in 9s
Flow / Steam_Wine (push) Successful in 8s
Flow / CUDA_Devel (push) Successful in 6s
Flow / Push (push) Successful in 4s
Push_ghcr / Push (push) Has been cancelled
This commit is contained in:
parent
8f3e5c7e95
commit
ae0b9b0596
@ -1,11 +1,11 @@
|
||||
FROM eoelab.org:1027/eoeair/cenv:base
|
||||
|
||||
ARG VERSION=6.3.2
|
||||
ARG VERSION=6.3.1
|
||||
|
||||
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.2/ubuntu/jammy/amdgpu-install_6.3.60302-1_all.deb && \
|
||||
wget https://repo.radeon.com/amdgpu-install/6.3.1/ubuntu/jammy/amdgpu-install_6.3.60302-1_all.deb && \
|
||||
# add ROCm
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user