mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
Run CI jobs as user jenkins (#2141)
* run CI as jenkins * remove user jenkins from docker image * move inductor installation to a writeable path * add a switch for inductor tests
This commit is contained in:
@@ -9,7 +9,6 @@ ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
|
||||
|
||||
# Add rocm repository
|
||||
RUN set -xe && \
|
||||
useradd -rm -d /home/jenkins -s /bin/bash -u 1004 jenkins && \
|
||||
apt-get update && apt-get install -y --allow-unauthenticated apt-utils wget gnupg2 curl && \
|
||||
curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/rocm-keyring.gpg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user