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`.
support-stop-sequences
Zhiming Ma 2023-06-06 21:08:56 +08:00 committed by GitHub
parent 007a40c582
commit acd1613d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: After adding these aliases, you can use the `tabby` command as usual. Here are some examples of its usage:
```shell ```shell
# Create work directory for tabby
mkdir -p $HOME/.tabby
# Usage # Usage
tabby --help tabby --help