Skip to content

Commit befbf98

Browse files
committed
fix missing var
1 parent b012550 commit befbf98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ handle_compute_env() {
156156
ANTHROPIC_API_KEY
157157
RUST_LOG
158158
DKN_MODELS
159+
DKN_DOCKER_NETWORK_MODE
159160
"
160161
as_pairs $compute_env_vars > /dev/null 2>&1
161162

@@ -327,6 +328,7 @@ echo "Log level: ${RUST_LOG}"
327328
echo "Models: ${DKN_MODELS}"
328329
echo "Operating System: ${OS}"
329330
echo "${COMPOSE_PROFILES}"
331+
echo "${COMPUTE_ENVS}"
330332
echo ""
331333
eval "${COMPOSE_UP}"
332334

0 commit comments

Comments
 (0)