Skip to content

Commit

Permalink
add debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLisin committed Nov 20, 2023
1 parent c99b20d commit 2fe7dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/worker/task_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,6 @@ def check_and_pull_sly_net(
logger.info("sly-net-client is already updated")
else:
logger.info("Found new version of sly-net-client. Pulling...")
logger.info(f"Current ID: `{cur_id}`")
logger.info(f"New id: `{docker_hub_image_info.id}`")
sly.docker_utils._docker_pull_progress(dc, sly_net_hub_name, logger)

0 comments on commit 2fe7dcc

Please sign in to comment.