From 89bb6d17bf87441d9ac005ffa50ab32ccb91c049 Mon Sep 17 00:00:00 2001 From: Shang Chieh Tseng Date: Thu, 10 Apr 2025 19:23:19 +0800 Subject: [PATCH] Fix the file name --- ollama37-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama37-builder/Dockerfile b/ollama37-builder/Dockerfile index c69a7bc..5bf2a40 100644 --- a/ollama37-builder/Dockerfile +++ b/ollama37-builder/Dockerfile @@ -45,4 +45,4 @@ RUN cd /usr/local\ && tar xvf go1.24.2.linux-amd64.tar.gz # Post install, setup path -COPY go.sh /etc/profile.d/gcc-10.sh +COPY go.sh /etc/profile.d/go-1.24.2.sh