Skip to content

Commit

Permalink
fix: service name
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Oct 24, 2024
1 parent d2d2dc3 commit b130a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
modelName:
description: 'The model to use'
required: true
default: 'llama3.1:70b'
default: 'llama3.1'
instanceNameSuffix:
description: 'Instance name suffix'
required: false
Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def indentString(input_string, indent_level=4):
# up docker compose services
docker compose up -d --build
docker exec ollama-ollama-service-1 ollama pull {modelName}
docker exec ollama-ollama-service-2 ollama pull {modelName}
docker exec ollama-ollama-service-1-1 ollama pull {modelName}
docker exec ollama-ollama-service-2-1 ollama pull {modelName}
touch /tmp/runcmd_finished
- path: /etc/ssh/sshd_config.d/90-custom-settings.conf
Expand Down

0 comments on commit b130a95

Please sign in to comment.