Add development/Dockerfile for easier local dev caching
parent
93e4f5b3ca
commit
d9f09889b3
|
|
@ -0,0 +1 @@
|
|||
FROM tabbyml/tabby
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue