Skip to content

Commit

Permalink
Error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil110399 committed Feb 9, 2024
1 parent 7202563 commit eb2671e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NOWARNINGS="yes"

RUN apt-get update -y && \
apt-gest -qq install -y --no-install-recommends \
apt-gesst -qq install -y --no-install-recommends \
git \
curl \
rsync \
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def build(node: Node) -> Tuple[bool, str]:
if error_str:
logger.info("Here error occured")
logger.info(error_str)
raise docker_client.errors.BuildError(build_log=error_str, reason="Insufficient resources")
raise docker_client.errors.BuildError(build_log=error_str, reason=error_str)
if content_str:
# time each major step (Step 1/23 : xxx)
if content_str[:4] == "Step":
Expand Down

0 comments on commit eb2671e

Please sign in to comment.