Skip to content

Commit

Permalink
fix: increase S6_CMD_WAIT_FOR_SERVICES_MAXTI… (kubeflow#7496)
Browse files Browse the repository at this point in the history
Signed-off-by: mishraprafful <mishraprafful@gmail.com>
  • Loading branch information
mishraprafful authored May 24, 2024
1 parent 5ed505b commit d42682a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/example-notebook-servers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ENV NB_PREFIX /
ENV HOME /home/$NB_USER
ENV SHELL /bin/bash
# Might be needed for slow storage see https://github.com/pi-hole/docker-pi-hole/pull/1192
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME 0
# Value is in milliseconds and 300000 is 5 minutes
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME 300000

# args - software versions
ARG KUBECTL_VERSION=v1.27.6
Expand Down

0 comments on commit d42682a

Please sign in to comment.