diff --git a/user_local_jupyter_environment/1.7.0/docker-compose.yml b/user_local_jupyter_environment/1.7.0/docker-compose.yml index 9c4b229..de2d3a0 100644 --- a/user_local_jupyter_environment/1.7.0/docker-compose.yml +++ b/user_local_jupyter_environment/1.7.0/docker-compose.yml @@ -4,6 +4,8 @@ services: fabric-default: image: fabrictestbed/jupyter-notebook:3.3.7 container_name: fabric-default-1.7.0 + healthcheck: + disable: true ports: - "8888:8888" volumes: @@ -24,6 +26,8 @@ services: fabric-bleeding: image: fabrictestbed/jupyter-notebook:3.3.7 container_name: fabric-bleeding + healthcheck: + disable: true ports: - "8888:8888" volumes: @@ -45,6 +49,8 @@ services: fabric-beyond-bleeding: image: fabrictestbed/jupyter-notebook:3.3.7 container_name: fabric-beyond-bleeding + healthcheck: + disable: true ports: - "8888:8888" volumes: diff --git a/user_local_jupyter_environment/README.md b/user_local_jupyter_environment/README.md index d07137d..a98966a 100644 --- a/user_local_jupyter_environment/README.md +++ b/user_local_jupyter_environment/README.md @@ -46,7 +46,7 @@ Once the container is up and running, you can access the JupyterLab interface fr - **http://localhost:8888/** -If you've configured Jupyter to bypass token authentication, you will be able to access the notebook directly. Otherwise, you will need the token file downloaded earlier from FABRIC's Credential Manager. +**Note:** It may take up to one minute for the container to start JupyterHub. ### Accessing the Running Container