Skip to content

Commit

Permalink
correction in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Oct 1, 2024
1 parent 6859b7b commit 4ed9b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ rollama::ping_ollama()

The advantage of running things through Docker is that the application is isolated from the rest of your system, behvaes the same on different systems, and is easy to download and update.
You can also get a nice web interface.
After making sure [Docker](https://docs.docker.com/desktop/) is installed, you can simply use the Docker Compose file from [this gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc):
After making sure [Docker](https://docs.docker.com/desktop/) is installed, you can simply use the Docker Compose file from [this gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc).

If you don't know how to use Docker Compose, you can follow this video:
If you dont know how to use Docker Compose, you can follow this video to use the compose file and start Ollama and Open WebUI:

[![Install Docker on macOS, Windows and Linux](https://img.youtube.com/vi/iMyCdd5nP5U/0.jpg)](https://www.youtube.com/watch?v=iMyCdd5nP5U)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ is isolated from the rest of your system, behvaes the same on different
systems, and is easy to download and update. You can also get a nice web
interface. After making sure [Docker](https://docs.docker.com/desktop/)
is installed, you can simply use the Docker Compose file from [this
gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc):
gist](https://gist.github.com/JBGruber/73f9f49f833c6171b8607b976abc0ddc).

If you don’t know how to use Docker Compose, you can follow this video:
If you don’t know how to use Docker Compose, you can follow this video
to use the compose file and start Ollama and Open WebUI:

[![Install Docker on macOS, Windows and
Linux](https://img.youtube.com/vi/iMyCdd5nP5U/0.jpg)](https://www.youtube.com/watch?v=iMyCdd5nP5U)
Expand Down

0 comments on commit 4ed9b2a

Please sign in to comment.