hollama icon indicating copy to clipboard operation
hollama copied to clipboard

Please provide a docker install

Open arsaboo opened this issue 2 years ago • 3 comments

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

arsaboo avatar Apr 24 '24 17:04 arsaboo

I'll look into it

fmaclen avatar Apr 27 '24 13:04 fmaclen

@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.

fmaclen avatar Apr 28 '24 18:04 fmaclen

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).

arsaboo avatar Apr 28 '24 21:04 arsaboo

@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

fmaclen avatar Jun 02 '24 21:06 fmaclen