general

How can I add repositories to Tabby running in Docker on Windows with folders from WSL2 Ubuntu instance?

Tejas Ambani is trying to add repositories to Tabby running in Docker on Windows with folders from WSL2 Ubuntu instance. They have tried binding the folders and setting up the repositories in .tabby-client/config.toml but it seems like the config is not being used. How can this be resolved?

Te

Tejas Ambani

Asked on Feb 21, 2024

  1. Consider using the windows binary distribution directly instead of running Tabby in Docker.

  2. After updating the config.toml, make sure to run tabby scheduler.

  3. Check for indexes being populated in ~/.tabby/index after running tabby scheduler.

  4. Verify if files.jsonl is populated under ~/.tabby/dataset.

  5. If the files.jsonl is empty, ensure that the necessary repositories are correctly configured in the config.toml file.

Feb 22, 2024Edited by