From 82ca694d6841f6728fa6706cbec7a1ee7ed9fcb6 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Sat, 9 Mar 2024 17:48:38 -0800 Subject: [PATCH] Rename ROCm deps file to avoid confusion (#3025) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 741b6b08..20de81c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN mkdir /tmp/scratch && \ done && \ (cd /opt/rocm/lib && tar cf - rocblas/library) | (cd /tmp/scratch/ && tar xf - ) && \ mkdir -p /go/src/github.com/jmorganca/ollama/dist/deps/ && \ - (cd /tmp/scratch/ && tar czvf /go/src/github.com/jmorganca/ollama/dist/deps/rocm-amd64-deps.tgz . ) + (cd /tmp/scratch/ && tar czvf /go/src/github.com/jmorganca/ollama/dist/deps/ollama-linux-amd64-rocm.tgz . ) FROM --platform=linux/amd64 centos:7 AS cpu-builder-amd64