Replies: 2 comments 2 replies
-
Hi - could you share the error message you encounter with homebrew installation? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey Meng. 👋 Sorry, I can't seem to recreate this now. I updated all of my Homebrew dependencies and things work now using Homebrew. ...but I can't get Docker Compose to work. Here's the details: Docker Compose ConfigurationNOTE : I had to remove
Here's the Docker Compose configuration I'm using. services:
tabby:
image: registry.tabbyml.com/tabbyml/tabby
environment:
- RUST_BACKTRACE=1
platform: linux/amd64
command: serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct --device cpu
volumes:
- "$HOME/.tabby:/data"
ports:
- 8080:8080 Console Output
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. 👋
I've been trying to get Tabby to work locally on my macOS M3 machine and nothing seems to work. I tried Docker, Docker Compose, and Homebrew and none of them work.
I ended up using the following Docker Compose configuration after cloning the project and trying to build Tabby that way:
Basically, I'd mess with the
build
by either using the GitHub registry for the image and/or pointing to the local Dockerfile.In all situations, there always seems to be some kind of build failure with the Docker image.
Beta Was this translation helpful? Give feedback.
All reactions