hahahumble / speechgpt

💬 SpeechGPT is a web application that enables you to converse with ChatGPT.
https://speechgpt.app
MIT License
2.74k stars 404 forks source link

Make docker image public #26

Closed nposystems closed 1 year ago

nposystems commented 1 year ago

Describe the bug

Seems like the docker image requires login

Steps to reproduce

  1. logout from your user
  2. run docker pull speechgpt
  3. Observe the error message 'pull access denied for speechgpt'

Screenshots or additional context

No response

erbanku commented 1 year ago

You can use this image, created according to the latest commit and v0.3.0 , published publicly.

Pull

docker pull ghcr.io/erbanku/speechgpt:latest

Run

docker run -d -p 8080:80 --name=speechgpt ghcr.io/erbanku/speechgpt

Image

Package speechgpt