Преглед на файлове

Rename ROCm deps file to avoid confusion (#3025)

Daniel Hiltgen преди 1 година
родител
ревизия
82ca694d68
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -46,7 +46,7 @@ RUN mkdir /tmp/scratch && \
     done && \
     done && \
     (cd /opt/rocm/lib && tar cf - rocblas/library) | (cd /tmp/scratch/ && tar xf - ) && \
     (cd /opt/rocm/lib && tar cf - rocblas/library) | (cd /tmp/scratch/ && tar xf - ) && \
     mkdir -p /go/src/github.com/jmorganca/ollama/dist/deps/ && \
     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
 FROM --platform=linux/amd64 centos:7 AS cpu-builder-amd64