mirror of https://github.com/ollama/ollama.git
This renames Dockerfile.build to Dockerfile, and adds some new stages to support 2 modes of building - the build_linux.sh script uses intermediate stages to extract the artifacts for ./dist, and the default build generates a container image usable by both cuda and rocm cards. This required transitioniing the x86 base to the rocm image to avoid layer bloat. |
||
|---|---|---|
| .. | ||
| build.sh | ||
| build_darwin.sh | ||
| build_docker.sh | ||
| build_linux.sh | ||
| build_remote.py | ||
| install.sh | ||
| publish.sh | ||
| push_docker.sh | ||
| rh_linux_deps.sh | ||
| setup_integration_tests.sh | ||