Add development/Dockerfile for easier local dev caching

add-more-languages
Meng Zhang 2023-04-06 10:16:30 +08:00
parent 93e4f5b3ca
commit d9f09889b3
2 changed files with 3 additions and 0 deletions

1
development/Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM tabbyml/tabby

View File

@ -2,8 +2,10 @@ version: '3.3'
services:
tabby:
image: tabbyml/tabby:dev
build:
context: ..
dockerfile: ./development/Dockerfile
args:
PYPI_INDEX_URL: https://mirrors.aliyun.com/pypi/simple
PYTHON_BUILD_MIRROR_URL: https://repo.huaweicloud.com/python