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:
|
services:
|
||||||
tabby:
|
tabby:
|
||||||
|
image: tabbyml/tabby:dev
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
|
dockerfile: ./development/Dockerfile
|
||||||
args:
|
args:
|
||||||
PYPI_INDEX_URL: https://mirrors.aliyun.com/pypi/simple
|
PYPI_INDEX_URL: https://mirrors.aliyun.com/pypi/simple
|
||||||
PYTHON_BUILD_MIRROR_URL: https://repo.huaweicloud.com/python
|
PYTHON_BUILD_MIRROR_URL: https://repo.huaweicloud.com/python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue