chore(workflow): Added gitea action

This commit is contained in:
2026-01-18 17:37:17 +00:00
parent 83187ca800
commit 46e2cfc43c
2 changed files with 43 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ RUN apt-get update \
wget \
apt-transport-https \
nvidia-smi \
procps \
&& rm -rf /var/lib/apt/lists/*
RUN wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | tee /etc/apt/keyrings/rocm.gpg > /dev/null \