diff --git a/Dockerfile.rocm b/Dockerfile.rocm index 257b4c4..ea0b365 100644 --- a/Dockerfile.rocm +++ b/Dockerfile.rocm @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git \ ffmpeg \ libsndfile1 \ + hipblas \ && rm -rf /var/lib/apt/lists/* WORKDIR /app