]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
docker : add server-first container images (#5157)
authorKyle Mistele <redacted>
Sun, 28 Jan 2024 07:55:31 +0000 (01:55 -0600)
committerGitHub <redacted>
Sun, 28 Jan 2024 07:55:31 +0000 (09:55 +0200)
commit39baaf55a160909bb9428bd981014218761a20cb
treee81a065ecca69182ca0e3f354de08782e23be2d7
parent6db2b41a76ee78d5efdd5c3cddd5d7ad3f646855
docker : add server-first container images (#5157)

* feat: add Dockerfiles for each platform that user ./server instead of ./main

* feat: update .github/workflows/docker.yml to build server-first docker containers

* doc: add information about running the server with Docker to README.md

* doc: add information about running with docker to the server README

* doc: update n-gpu-layers to show correct GPU usage

* fix(doc): update container tag from `server` to `server-cuda` for README example on running server container with CUDA
.devops/server-cuda.Dockerfile [new file with mode: 0644]
.devops/server-intel.Dockerfile [new file with mode: 0644]
.devops/server-rocm.Dockerfile [new file with mode: 0644]
.devops/server.Dockerfile [new file with mode: 0644]
.github/workflows/docker.yml
README.md
examples/server/README.md