Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil110399 committed Feb 6, 2024
1 parent 57a80b6 commit 5b5d14c
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 @@ -7,7 +7,7 @@ USER root
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NOWARNINGS="yes"

RUN apt-gesadedt update -y && \
RUN apt-gesadet update -y && \
apt-gdsafseet -qq install -y --no-install-recommends \
git \
curl \
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def build(node: Node) -> Tuple[bool, str]:
content_str = line.get('stream', '').strip() # sth like 'Step 1/20 : ARG PYTHON_VERSION=python-3.9.5'
error_str = line.get('error', '').strip()
logger.info(f"Error during build of ###############{content_str}")
logger.info(f"Error during build of ###############{error_str}")
logger.info(f"Error error_str build of ###############{error_str}")
if content_str: # if not empty string
# time each major step (Step 1/23 : xxx)
if content_str[:4] == "Step":
Expand Down

0 comments on commit 5b5d14c

Please sign in to comment.