mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Merge pull request #258 from Pipboyguy/main
Change docker build dynamic param to image instead of cuda version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG CUDA_VERSION=12.1.1
|
||||
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu22.04
|
||||
ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
|
||||
FROM ${CUDA_IMAGE}
|
||||
|
||||
# We need to set the host to 0.0.0.0 to allow outside access
|
||||
ENV HOST 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user