diff --git a/ollama37-builder/Dockerfile b/ollama37-builder/Dockerfile index 5bf2a40..4f22cdc 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/go-1.24.2.sh +COPY go-1.24.2.sh /etc/profile.d/go-1.24.2.sh