Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Medeiros <[email protected]>
  • Loading branch information
kauevestena and luca-medeiros committed Jan 24, 2024
1 parent a9971f2 commit 344d6a7
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,14 @@ conda activate lsa

#### Docker Installation

first buid the image:
Build and run the image.

```
docker build --tag 'lang-segment-anything' .
```

then run it (on windows use powershell):
```
docker build --tag lang-segment-anything:latest .
docker run --gpus all -it lang-segment-anything:latest
```

```
docker run --name running-langsam --mount type=bind,source=D:\data,target=/workspace/data --gpus all -it 'lang-segment-anything'
```

replace `D:\data` with the desired path for mounting a shared folder. If you wanna more than one running container, you can remove `--name running_deep_pavements`. Include `--detach` to run in background and `--rm` to remove on exit

### Usage

Expand Down

0 comments on commit 344d6a7

Please sign in to comment.