modify .cnb.yml

This commit is contained in:
cnb.bUqiATnrQFA
2026-07-03 15:55:37 +08:00
committed by cnb
parent e4a3b2c28f
commit 603f8f04ce
+17
View File
@@ -0,0 +1,17 @@
$:
vscode:
- runner:
cpus: 24
docker:
build: .ide/Dockerfile
services:
- vscode
- docker
stages:
- name: ls
script: ls -al
- name: install dependents
script:
- dnf install python3 python3-pip python3-venv
- python3 -m venv ./venv
- pip3 install -r requirements.txt