diff --git a/ollama37-builder/Dockerfile b/ollama37-builder/Dockerfile index 6579080..c69a7bc 100644 --- a/ollama37-builder/Dockerfile +++ b/ollama37-builder/Dockerfile @@ -44,3 +44,5 @@ RUN cd /usr/local\ && wget https://go.dev/dl/go1.24.2.linux-amd64.tar.gz\ && tar xvf go1.24.2.linux-amd64.tar.gz +# Post install, setup path +COPY go.sh /etc/profile.d/gcc-10.sh diff --git a/ollama37-builder/go-1.24.2.sh b/ollama37-builder/go-1.24.2.sh new file mode 100644 index 0000000..039bb45 --- /dev/null +++ b/ollama37-builder/go-1.24.2.sh @@ -0,0 +1 @@ +export PATH=/usr/local/go/bin${PATH:+:${PATH}}