From acd1613d190aa612248bf6f7da99d13e25a16227 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Tue, 6 Jun 2023 21:08:56 +0800 Subject: [PATCH] Update server.md (#211) Create `~/.tabby` manually, to avoid directory will be created by dockerd if not exist, which will result in directory owned by `root`. --- website/docs/server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/server.md b/website/docs/server.md index aebeb36..1badf6b 100644 --- a/website/docs/server.md +++ b/website/docs/server.md @@ -15,6 +15,9 @@ alias tabby-gpu="docker run --gpus all -u $(id -u) -p 8080:8080 -v $HOME/.tabby: After adding these aliases, you can use the `tabby` command as usual. Here are some examples of its usage: ```shell +# Create work directory for tabby +mkdir -p $HOME/.tabby + # Usage tabby --help