fix: 使用开发镜像中的 UV
Browse files
.cnb.yml
CHANGED
|
@@ -21,6 +21,8 @@ main:
|
|
| 21 |
push:
|
| 22 |
- runner:
|
| 23 |
cpus: 1
|
|
|
|
|
|
|
| 24 |
imports:
|
| 25 |
- https://cnb.cool/maikebuke/Tools/Huggingface/AccessToken/-/blob/main/key.yml
|
| 26 |
env:
|
|
|
|
| 21 |
push:
|
| 22 |
- runner:
|
| 23 |
cpus: 1
|
| 24 |
+
docker:
|
| 25 |
+
image: cnbcool/default-dev-env:latest
|
| 26 |
imports:
|
| 27 |
- https://cnb.cool/maikebuke/Tools/Huggingface/AccessToken/-/blob/main/key.yml
|
| 28 |
env:
|