diff --git a/.cnb.yml b/.cnb.yml new file mode 100644 index 0000000..a03ea55 --- /dev/null +++ b/.cnb.yml @@ -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 \ No newline at end of file