The documentation of the BIOP-desktop
Demo | Installation | Build | Run | FAQ |
** Table of contents**
Files to use are in the k8s folder on BIOP-desktop github repository
kubectl apply -f biop-desktop-deployment.yaml
kubectl apply -f biop-desktop-job.yaml
kubectl port-forward $(kubectl get pods -l app=biop-desktop -o name|head -n 1) 8888
or run the following command to get the pod name and specify the pod name in the following command
kubectl get pods
NAME READY STATUS RESTARTS AGE
biop-desktop-0-0 1/1 Running 0 30s
kubectl port-forward biop-desktop-0-0 8888
Open http://127.0.0.1:8888/lab in your web browser and continue with Use BIOP-Desktop
kubectl delete deployments.apps,jobs.batch -l app=biop-desktop
kubectl apply -f biop-desktop-runaijob.yaml
kubectl port-forward $(kubectl get pods -l app=biop-desktop -o name|head -n 1) 8888
or run the following command to get the pod name and specify the pod name in the following command
kubectl get pods
NAME READY STATUS RESTARTS AGE
biop-desktop-0-0 1/1 Running 0 30s
kubectl port-forward biop-desktop-0-0 8888
Open http://127.0.0.1:8888/lab in your web browser and continue with Use BIOP-Desktop
kubectl delete runaijobs.run.ai -l app=biop-desktop
(TODO)
(TODO)
1.Please cf Installation
2.a. Pull the image from dockerhub using the following command:
docker pull biop/biop-desktop:0.1.0
or
2.b. Alternatively you can Build image.
docker run -it --rm -p 8888:8888 --gpus device=0 biop/biop-desktop:0.1.0
Open http://127.0.0.1:8888/lab in your web browser and continue with Use BIOP-Desktop
You arrive on JupyterLab (which is convenient to drag & drop image/file see faq for more info)
AND Click VNC icon to open the Desktop
You can use the software installed in the image
To discover some workflows you can have a look to Demo