Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROCm 6.2.2 #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build_all.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ROCM_VERSION=6.2
AMDGPU_VERSION=6.2
ROCM_VERSION=6.2.2
AMDGPU_VERSION=6.2.2

cp -r scripts rocm-terminal
cp -r scripts dev
Expand Down
4 changes: 2 additions & 2 deletions dev/Dockerfile-ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ubuntu:24.04
LABEL [email protected]

# Register the ROCM package repository, and install rocm-dev package
ARG ROCM_VERSION=6.2
ARG AMDGPU_VERSION=6.2
ARG ROCM_VERSION=6.2.2
ARG AMDGPU_VERSION=6.2.2

ARG APT_PREF
RUN echo "$APT_PREF" > /etc/apt/preferences.d/rocm-pin-600
Expand Down
2 changes: 1 addition & 1 deletion push_all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ROCM_VERSION=6.2
ROCM_VERSION=6.2.2

# ubuntu 20.04 base
docker push rocm/dev-ubuntu-20.04:$ROCM_VERSION
Expand Down
4 changes: 2 additions & 2 deletions rocm-terminal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ LABEL [email protected]

# Initialize the image
# Modify to pre-install dev tools and ROCm packages
ARG ROCM_VERSION=6.2
ARG AMDGPU_VERSION=6.2
ARG ROCM_VERSION=6.2.2
ARG AMDGPU_VERSION=6.2.2

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl gnupg && \
curl -sL http://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && \
Expand Down