main
parent
b359768b95
commit
54560b515c
|
@ -1,4 +1,16 @@
|
||||||
build:build:
|
version: 2
|
||||||
image: latest
|
|
||||||
|
|
||||||
requirements_file: requirements.txt
|
# Set the OS, Python version and other tools you might need
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- requirements: requirements.txt
|
||||||
|
|
||||||
|
# build:build:
|
||||||
|
# image: latest
|
||||||
|
|
||||||
|
# requirements_file: requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue