Skip to content

Commit

Permalink
modifies faq
Browse files Browse the repository at this point in the history
  • Loading branch information
romainGuiet committed Jan 29, 2024
1 parent 764230c commit 51e6369
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ You need to build a new image with the new software, please cf [Build](/build.md

## How to exchange data to BIOP-desktop?

Multiple options are available depending of the data size and of your harware local computer or remote.
Multiple options are available depending of the data size and of your harware (local computer or remote).

### OMERO

BIOP-desktop is ideally suited if you are data are hosted on an OMERO server
BIOP-desktop is ideally suited if your data are hosted on an OMERO server

### ZIP

Expand All @@ -38,11 +38,21 @@ The file will be accessible from the Desktop, in your "home" folder.
> - drag & drop the zip!
> - unzip from the BIOP-desktop

In the Jupyter Lab interface , you can get into a folder, right-click to of your home

In the Jupyter Lab interface , you can get into a folder, right-click to save the folder as a zip.

### Mount folder (locally)

When running the BIOP-desktop locally, you can mount a folder from your computer to the BIOP-desktop when you START the BIOP-desktop.

```docker run -it --rm -p 8888:8888 --gpus device=0 --mount src=where/on/your/computer,target=where/in/the/docker,type=bind biop-desktop:0.0.7```

### Mount folder (remotely)

When running the BIOP-desktop remotely, you can mount an S3 storage to the BIOP-desktop when you START the BIOP-desktop.
Please get in touch with your IT.


## How to skip jupyter lab interface and arrive directly on the BIOP-desktop ?

Open a browser and go to [http://127.0.0.1:8888/vnc/](http://127.0.0.1:8888/vnc/)!

0 comments on commit 51e6369

Please sign in to comment.