Skip to content

Commit c4ed141

Browse files
authored
Merge pull request containers#1759 from pbalczynski/stack-model-name-fix
fix model name in stack.py
2 parents b531c9f + 0269a8e commit c4ed141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ramalama/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def generate(self):
183183
- name: RAMALAMA_URL
184184
value: http://127.0.0.1:{self.model_port}
185185
- name: INFERENCE_MODEL
186-
value: {self.model}\
186+
value: {self.model.model_name}\
187187
{security}
188188
ports:
189189
- containerPort: 8321

0 commit comments

Comments
 (0)