"vscode:/vscode.git/clone" did not exist on "4240b045e6cd354ecc69a047f6f3e95ddca581c2"
Unverified Commit bd974b2b authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Workaround broken rocm packages on newer rocm (#588)



* Workaround broken rocm packages on newer rocm

* Fix symlink check
Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
parent 9c3c3c5f
......@@ -52,6 +52,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
apt-get clean && \
rm -rf /var/lib/apt/lists/*
# Wokaround broken rocm packages for rocm >= 3.1
RUN [ -d /opt/rocm ] || ln -sd $(realpath /opt/rocm-*) /opt/rocm
RUN locale-gen en_US.UTF-8
RUN update-locale LANG=en_US.UTF-8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment