From a4845b40afca4d7f9604c8e10baaf77131d1a533 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Wed, 9 Oct 2024 17:26:04 +0300 Subject: [PATCH] Fix ROCm libraries installation in a container --- Dockerfile-farmer | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile-farmer b/Dockerfile-farmer index 9d67ffd4f5..3175abe62e 100644 --- a/Dockerfile-farmer +++ b/Dockerfile-farmer @@ -143,6 +143,9 @@ RUN \ FROM ubuntu:22.04 +ARG BUILDARCH +ARG TARGETARCH + # Next block is for ROCm support # ROCm is only used on x86-64 since they don't have other packages ARG ROCM_VERSION=6.2.2