Update README.md
parent
b60245c790
commit
ec63b1ffd6
|
|
@ -36,7 +36,7 @@ Self-hosted AI coding assistant. An opensource / on-prem alternative to GitHub C
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
The easiest way of getting started is using the official docker image:
|
The easiest way of getting started is using the docker image:
|
||||||
```bash
|
```bash
|
||||||
# Create data dir and grant owner to 1000 (Tabby run as uid 1000 in container)
|
# Create data dir and grant owner to 1000 (Tabby run as uid 1000 in container)
|
||||||
mkdir -p data/hf_cache && chown -R 1000 data
|
mkdir -p data/hf_cache && chown -R 1000 data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue