Commit ·
3155305
unverified ·
0
Parent(s):
init
Browse files
.cnb.yml
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
$:
|
| 3 |
+
vscode:
|
| 4 |
+
- runner:
|
| 5 |
+
cpus: 4
|
| 6 |
+
tags: cnb:arch:amd64
|
| 7 |
+
docker:
|
| 8 |
+
image: cnbcool/default-dev-env:latest
|
| 9 |
+
imports:
|
| 10 |
+
- https://cnb.cool/maikebuke/Tools/Huggingface/AccessToken/-/blob/main/key.yml
|
| 11 |
+
env:
|
| 12 |
+
HF_SPACE_URL: "https://huggingface.co/spaces/ServiceX/Sublink"
|
| 13 |
+
services:
|
| 14 |
+
- vscode
|
| 15 |
+
- docker
|
| 16 |
+
stages:
|
| 17 |
+
- name: vscode go
|
| 18 |
+
type: vscode:go
|