I have tried on my bash terminal as well as inside the docker container. I have referred to this page: https://tabby.tabbyml.com/docs/configuration
Pranav Kumar
Asked on Dec 30, 2023
To run 'tabby scheduler --now' for providing context and indexing the repo, you can try the following steps:
If you are running it on your bash terminal, make sure you have the 'tabby' command installed. If not, you can install it by following the instructions on the Tabby documentation.
Open your bash terminal and run the command:
tabby scheduler --now
docker exec -it <container_id> /bin/bash
tabby scheduler --now
docker-compose.yml
file. This will allow you to have access to the host environment. Here is an example of how you can do it:services:
your_service:
volumes:
- /path/to/your/volume:/opt/tabby
Remember to replace /path/to/your/volume
with the actual path to your volume.
I hope this helps! Let me know if you have any further questions.