File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ handle_ollama_env() {
235
235
eval " ollama serve >/dev/null 2>&1 &"
236
236
OLLAMA_HOST=$temp_ollama_host
237
237
238
- # we grab the PID of Ollama
238
+ # grab the PID of Ollama
239
239
temp_pid=$!
240
240
241
241
# Loop until the server responds with HTTP 200 or the retry limit is reached
@@ -328,10 +328,10 @@ echo "Log level: ${RUST_LOG}"
328
328
echo " Models: ${DKN_MODELS} "
329
329
echo " Operating System: ${OS} "
330
330
echo " ${COMPOSE_PROFILES} "
331
- echo " ${COMPUTE_ENVS} "
332
331
echo " "
333
332
eval " ${COMPOSE_UP} "
334
333
334
+ # grap the exit code of docker compose
335
335
compose_exit_code=$?
336
336
337
337
# handle docker-compose error
@@ -342,6 +342,7 @@ if [ $compose_exit_code -ne 0 ]; then
342
342
fi
343
343
344
344
echo " All good! Compute node is up and running."
345
+ echo " You can check logs with: docker compose logs -f compute"
345
346
346
347
# background/foreground mode
347
348
if [ " $START_MODE " = " FOREGROUND" ]; then
You can’t perform that action at this time.
0 commit comments