fmaclen / hollama

A minimal web-UI for talking to Ollama servers
https://hollama.fernando.is
MIT License
352 stars 29 forks source link

Please provide a docker install #38

Closed arsaboo closed 4 months ago

arsaboo commented 5 months ago

It would be great if you could provide a docker installation....thanks!

fmaclen commented 5 months ago

I'll look into it

fmaclen commented 5 months ago

@arsaboo can you provide me links to other open-source projects you've used that offer a Docker installation workflow that in your experience is easy to use?

My main issue with Docker installations is that every project is totally different, some use Docker Compose, others have custom published images, others provide only a Dockerfile with a bunch of one-line commands.

I want to make sure that if we implement this it's not a bigger pain than installing Node.js locally.

arsaboo commented 5 months ago

Here are some projects:

  1. Open WebUI - published images
  2. AnythingLLM - published images
  3. Big-AGI - published images

Now, there are a few that use a dockerfile:

  1. Perplexica
  2. LibreChat

If possible, use an image (it is the easiest for anyone to get started).

fmaclen commented 4 months ago

@arsaboo thanks for the feedback.

Here are the instructions on how to create a container for the app: https://github.com/fmaclen/hollama?tab=readme-ov-file#docker-image