Step-by-Step Protocol for Installing BIOP-desktop
Installation:
Install Docker Desktop
Download and install Docker Desktop from:
https://www.docker.com/products/docker-desktop/
Download the BIOP-Desktop Image:
Open a terminal and run the following command:
docker pull biop/biop-desktop:0.1.0
This command downloads the BIOP-Desktop image from Docker Hub.
Start BIOP-Desktop:
If you have a GPU, run:
docker run -it --rm -p 8888:8888 --gpus device=0 biop/biop-desktop:0.1.0
If you do not have a GPU, run:
docker run -it --rm -p 8888:8888 biop/biop-desktop:0.1.0
Accessing BIOP-Desktop:
Open your web browser and navigate to:
The JupyterLab interface will open.
Opening the Desktop Environment:
In JupyterLab, locate the VNC icon.
Click the VNC icon.
A virtual Linux desktop will open in your browser.