mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 15:57:05 +00:00
Install cmake go
This commit is contained in:
@@ -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
|
||||
|
||||
1
ollama37-builder/go-1.24.2.sh
Normal file
1
ollama37-builder/go-1.24.2.sh
Normal file
@@ -0,0 +1 @@
|
||||
export PATH=/usr/local/go/bin${PATH:+:${PATH}}
|
||||
Reference in New Issue
Block a user