server: add cURL support to server Dockerfiles#6474
server: add cURL support to server Dockerfiles#6474phymbert merged 6 commits intoggml-org:masterfrom
Conversation
|
Thanks, I think you can do all images in one PR for server |
|
Roger that. I'll add to this PR :) |
full.Dockerfile|
I'm having some issues testing some of the platform-specific images locally e.g. CUDA/Rocm/Vulkan. Will our CI pipeline catch issues if I just submit a PR? e.g the CUDA images don't find the CUDA libraries (is it because I'm on a Mac?) e.g.2: the ROCm images error out when installing packages due to GPG signature issues e.g.3: Intel server image downloads the model but fails to load it (probably because I'm on a Mac) e.g.4: Vulcan can't install SDK due to GPG key errors |
|
You cannot test CUDA image without nvidia container runtime. It's OK. Probably linked with: |
be01d76 to
42f31ca
Compare
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* server: add cURL support to `full.Dockerfile` * server: add cURL support to `full-cuda.Dockerfile` and `server-cuda.Dockerfile` * server: add cURL support to `full-rocm.Dockerfile` and `server-rocm.Dockerfile` * server: add cURL support to `server-intel.Dockerfile` * server: add cURL support to `server-vulkan.Dockerfile` * fix typo in `server-vulkan.Dockerfile` Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* server: add cURL support to `full.Dockerfile` * server: add cURL support to `full-cuda.Dockerfile` and `server-cuda.Dockerfile` * server: add cURL support to `full-rocm.Dockerfile` and `server-rocm.Dockerfile` * server: add cURL support to `server-intel.Dockerfile` * server: add cURL support to `server-vulkan.Dockerfile` * fix typo in `server-vulkan.Dockerfile` Co-authored-by: Georgi Gerganov <ggerganov@gmail.com> --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Adding cURL to support
--hf-repoand--hf-fileparams when running through Docker.