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
parent
007a40c582
commit
acd1613d19
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue