Skip to content

Commit

Permalink
Merge pull request #81 from firstbatchxyz/startsh-fix-refactor
Browse files Browse the repository at this point in the history
startsh - pull latest image
  • Loading branch information
erhant authored Aug 13, 2024
2 parents 2b725bb + 0e67173 commit ab20c63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ fi
write_to_env_file "${compute_envs[@]}"
write_to_env_file "${ollama_envs[@]}"

# update the image
echo "Pulling the latest compute node image..."
docker pull firstbatch/dkn-compute-node:latest -q

# prepare compose profiles
COMPOSE_PROFILES=$(IFS=","; echo "${COMPOSE_PROFILES[*]}")
COMPOSE_PROFILES="COMPOSE_PROFILES=\"${COMPOSE_PROFILES}\""
Expand Down

0 comments on commit ab20c63

Please sign in to comment.