InfoSecInnovations / concierge

Repo for Concierge AI dev work
Apache License 2.0
157 stars 28 forks source link

install.py: docker: unkown shorthand flag 'd' in -d #28

Closed markjx closed 4 months ago

markjx commented 4 months ago

I'm having installation trouble on Ubuntu 23.10 & 24.04. I've done multiple tests with both, the results are very consistent.

I first run: sudo apt install -y docker.io docker-compose python3.11-venv

Then I do the python3 ./install.py and answer all the questions. It downloads and installs lots of stuff, then I get an error message: unknown shorthand flag: 'd' in -d See 'docker --help'. Followed by the docker help, followed by Error response from daemon: No such container: ollama

Not sure what to try next.

sebovzeoueb commented 4 months ago

From what I can see, the Ubuntu install process for Docker has more steps than that, have you tried this? https://docs.docker.com/engine/install/ubuntu/

Docker Desktop exists on Linux these days too if you want to have the GUI!

markjx commented 4 months ago

Great! That seems to have done it 😸

I created a script to install on Ubuntu: concierge-install-ubuntu.txt