diff --git a/Dockerfile b/Dockerfile index eb07280b..bb0f684b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GOLANG_VERSION=1.22.5 +ARG GOLANG_VERSION=1.22.8 ARG CMAKE_VERSION=3.22.1 ARG CUDA_VERSION_11=11.3.1 ARG CUDA_V11_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86" diff --git a/go.mod b/go.mod index 1e61d3cb..b2072069 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ollama/ollama -go 1.22.5 +go 1.22.8 require ( github.com/containerd/console v1.0.3 diff --git a/llama/Dockerfile b/llama/Dockerfile index 0e2386d4..4ab58f5d 100644 --- a/llama/Dockerfile +++ b/llama/Dockerfile @@ -1,5 +1,5 @@ # Note: once we have fully transitioned to the Go server, this will replace the old Dockerfile at the top of the tree -ARG GOLANG_VERSION=1.22.5 +ARG GOLANG_VERSION=1.22.8 ARG CMAKE_VERSION=3.22.1 ARG CUDA_VERSION_11=11.3.1 ARG CUDA_V11_ARCHITECTURES="50;52;53;60;61;62;70;72;75;80;86"