We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a37e6 commit bf47305Copy full SHA for bf47305
templates/docker-compose.tpl
@@ -13,8 +13,8 @@ services:
13
{{- $gpuListQuoted = printf "%s,'%v'" $gpuListQuoted $gpu }}
14
{{- end }}
15
16
- {{- $gpuListZeroIndexedSeq := seq 0 (sub $gpuByReplica 1) -}}
17
- {{- $gpuListZeroIndexed := join $gpuListZeroIndexedSeq "," -}}
+ {{- $gpuListZeroIndexedSeq := seq 0 (sub $gpuByReplica 1) }}
+ {{- $gpuListZeroIndexed := join $gpuListZeroIndexedSeq "," }}
18
ollama-service-{{ add $i 1 }}:
19
restart: always
20
image: ghcr.io/socialgouv/vllm-managed-instance/ollama/ollama:latest
0 commit comments