Skip to content

Commit

Permalink
removes some $ and correct pull adress
Browse files Browse the repository at this point in the history
  • Loading branch information
romainGuiet committed Feb 14, 2024
1 parent ab05b68 commit fc49ff1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ kubectl port-forward $(kubectl get pods -l app=biop-desktop -o name|head -n 1) 8

or run the following command to get the pod name and specify the pod name in the following command
```bash
$ kubectl get pods
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
kubectl port-forward biop-desktop-0-0 8888
```

Open [http://127.0.0.1:8888/lab](http://127.0.0.1:8888/lab) in your web browser and continue with [Use BIOP-Desktop](#use-biop-desktop)
Expand All @@ -72,10 +72,10 @@ kubectl port-forward $(kubectl get pods -l app=biop-desktop -o name|head -n 1) 8

or run the following command to get the pod name and specify the pod name in the following command
```bash
$ kubectl get pods
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
kubectl port-forward biop-desktop-0-0 8888
```

Open [http://127.0.0.1:8888/lab](http://127.0.0.1:8888/lab) in your web browser and continue with [Use BIOP-Desktop](#use-biop-desktop)
Expand Down Expand Up @@ -107,7 +107,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 romainGuiet/biop-desktop:0.0.7
docker pull biop/biop-desktop:0.0.7
```
or

Expand Down

0 comments on commit fc49ff1

Please sign in to comment.