This is guide about how to configure multiple SSH keys for some Git host websites such as Github, Gitlab, among others.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The used Dockerfile: | |
| FROM localai/localai:v2.18.1-cublas-cuda12-ffmpeg | |
| ENV BUILD_GRPC_FOR_BACKEND_LLAMA=true | |
| ENV VARIANT=llama-cuda | |
| ENV GRPC_BACKENDS=backend-assets/grpc/llama-cpp-cuda | |
| ENV REBUILD=true | |
| ENV BUILD_TYPE=cublas |