Skip to content

Commit

Permalink
updated reade me and disable health check
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Oct 8, 2024
1 parent b02366c commit 3126396
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions user_local_jupyter_environment/1.7.0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion user_local_jupyter_environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3126396

Please sign in to comment.