Use docker to build chatGPT locally

Download docker dockers official website

1. Need to restart the computer

download docker

2. Upgrade wsl after restart --update

upgrade after reboot

3. Open powershell

open powershell

4. Enter the upgrade command

upgrade command
upgrade command

5. Open docker after the installation is complete

The installation is complete

Install using the open source project docker

1. Use an open source project: Pandora

open source project

2. One-click installation command

docker pull pengzhile/pandora
docker run -e PANDORA_CLOUD=cloud -e PANDORA_SERVER=0.0.0.0:8899 -p 8899:8899 -d pengzhile/pandora
One-click installation command
global proxy

Note: The first installation needs to open the global proxy for installation

docker

3. Open the interface of the local link, which means that the local chatgpt is successfully built.

4. You need to log in to chatGPT first and then get your own Access TOKEN: http://chat.openai.com/api/auth/session

On the login interface, select the last item continue with access token and enter it in the pop-up window to enter

Access TOKEN

Visit the local link successfully built

visit local link

Guess you like

Origin blog.csdn.net/Depressiom/article/details/130985272