image processing and registration utilities of the Tolias Lab
Requirements
To deploy image and launch into jupyterlab:
- clone repository
- navigate to the deploy folder
- in terminal run:
docker compose build jupyterlab
On the first time it will take several minutes to download the Docker image and build.
-
in the deploy folder add an empty file called
.env
-
Optional
In the .env file the following environment variables can be added:
`JUPYTER_PORT_CONTAINER=8888` # desired port w/o this variable the default is 8888 `JUPYTER_PASSWORD=some password` # desired password for jupyterlab
-
in terminal run:
docker compose up -d jupyterlab
- In browser, navigate to
localhost:8888
or to whatever port set withJUPYTER_PORT_CONTAINER
if changed from the default