Merge pull request #37 from docker/default-port

image: set default TCP port
This commit is contained in:
Jacob Howard 2025-05-13 09:24:15 -06:00 committed by GitHub
commit c20b2b9af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ USER modelrunner
# Set the environment variable for the socket path and LLaMA server binary path
ENV MODEL_RUNNER_SOCK=/var/run/model-runner/model-runner.sock
ENV MODEL_RUNNER_PORT=12434
ENV LLAMA_SERVER_PATH=/app/bin
ENV HOME=/home/modelrunner
ENV MODELS_PATH=/models