general
How to provide a `config.toml` file when using Docker Compose for running TabbyML and how to verify if it was added successfully?
Sylvia is looking for the correct way to provide a config.toml
file containing repository URLs for TabbyML using Docker Compose. She also wants to know how to check if the file was added successfully.
Sy
Sylvia
Asked on Feb 23, 2024
-
To provide a
config.toml
file when using Docker Compose for TabbyML, you can map it to/data/config.toml
in the container by placing the file at your host$HOME/.tabby/config.toml
. -
To verify if the
config.toml
file was added successfully, you can check the container's/data
directory to see if the file is present there.
Feb 23, 2024Edited by