Skip to content

Commit

Permalink
Fix ROCm libraries installation in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Oct 9, 2024
1 parent ddfcce3 commit a4845b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile-farmer
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4845b4

Please sign in to comment.