Skip to content

Commit

Permalink
increases version in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
romainGuiet committed Jun 26, 2024
1 parent 03c5bf1 commit 38e4979
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions run.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ filename: run.md

# Run BIOP-Desktop

Table of contents
** Table of contents**

- [Start BIOP-Desktop remotly](#start-biop-desktop-remotly)
- [Kubernetes vanilla](#kubernetes-vanilla)
- [Kubernetes RunAI](#kubernetes-runai)
Expand All @@ -18,8 +19,6 @@ filename: run.md

- [Use BIOP-Desktop](#use-biop-desktop)



# Run BIOP-Desktop remotly

## Kubernetes vanilla
Expand Down Expand Up @@ -107,7 +106,7 @@ kubectl delete runaijobs.run.ai -l app=biop-desktop
2.a. Pull the image from [dockerhub](https://hub.docker.com/r/biop/biop-desktop) using the following command:

```
docker pull biop/biop-desktop:0.0.7
docker pull biop/biop-desktop:0.1.0
```
or

Expand All @@ -120,7 +119,7 @@ or

### Open a command prompt and enter the following command:
```
docker run -it --rm -p 8888:8888 --gpus device=0 biop/biop-desktop:0.0.7
docker run -it --rm -p 8888:8888 --gpus device=0 biop/biop-desktop:0.1.0
```
![start terminal](/resources/local_run_00.png)

Expand Down

0 comments on commit 38e4979

Please sign in to comment.