Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav-Gosain committed Aug 25, 2024
1 parent 6e0fd88 commit 7d8e771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ You can also run Gollama locally using docker:

3. Build the docker image:

> [!NOTE]
> The following command will build the docker image with the tag `gollama`.
> You can replace `gollama` with any tag of your choice.

```bash
docker build -t gollama .
```
Expand All @@ -301,6 +297,10 @@ You can also run Gollama locally using docker:
docker run --net=host -it gollama
```

> [!NOTE]
> The above commands build the docker image with the tag `gollama`.
> You can replace `gollama` with any tag of your choice.

### Build from source

If you prefer to build from source, follow these steps:
Expand Down

0 comments on commit 7d8e771

Please sign in to comment.