Skip to content

Commit bf47305

Browse files
committed
fix: templating
1 parent 84a37e6 commit bf47305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/docker-compose.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ services:
1313
{{- $gpuListQuoted = printf "%s,'%v'" $gpuListQuoted $gpu }}
1414
{{- end }}
1515
{{- end }}
16-
{{- $gpuListZeroIndexedSeq := seq 0 (sub $gpuByReplica 1) -}}
17-
{{- $gpuListZeroIndexed := join $gpuListZeroIndexedSeq "," -}}
16+
{{- $gpuListZeroIndexedSeq := seq 0 (sub $gpuByReplica 1) }}
17+
{{- $gpuListZeroIndexed := join $gpuListZeroIndexedSeq "," }}
1818
ollama-service-{{ add $i 1 }}:
1919
restart: always
2020
image: ghcr.io/socialgouv/vllm-managed-instance/ollama/ollama:latest

0 commit comments

Comments
 (0)