mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
Add Docker builder image with CUDA 11.4, GCC 10, CMake 4, and Go 1.25.3
- Build CUDA 11.4 toolkit from NVIDIA repository (for K80 compute 3.7 support) - Build GCC 10 from source (required for CUDA 11.4 compatibility) - Build CMake 4.0.0 from source (latest version) - Install Go 1.25.3 from official tarball - Configure library paths via /etc/ld.so.conf.d/gcc-10.conf and ldconfig - Add /etc/profile.d scripts for interactive shell PATH setup - Use ENV statements for Docker build-time and runtime PATH configuration - Switch from nvidia/cuda base image to rockylinux:8 for full control
This commit is contained in:
1
docker/builder/gcc-10.conf
Normal file
1
docker/builder/gcc-10.conf
Normal file
@@ -0,0 +1 @@
|
||||
/usr/local/lib64
|
||||
Reference in New Issue
Block a user