Skip to content

Commit

Permalink
Mention prebuilt docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Turøy committed Mar 18, 2023
1 parent e54e15a commit d3ce9b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Docker Quick Start

1. Install [Docker Desktop](https://docs.docker.com/desktop/install/windows-install/)
2. Run this command (in powershell): docker run --rm -it --gpus all -v $PWD/models:/app/models -v $PWD/characters:/app/characters -p 8889:8889 terrasque/llama-webui:v0.1
3. When it's finished starting up, web interface is available at http://127.0.0.1:8889/

## Build from release

This is slightly more error prone, but it allows you to change launch paramters and similar.

1. Install [Docker Desktop](https://docs.docker.com/desktop/install/windows-install/)
2. Download latest [release](https://github.com/TheTerrasque/text-generation-webui/releases) and unpack it in a folder
3. Double-click on "docker_start.bat"
Expand Down

0 comments on commit d3ce9b5

Please sign in to comment.