pythonTemplate
This commit is contained in:
15
.container-use/environment.json
Normal file
15
.container-use/environment.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"workdir": "/workdir",
|
||||
"base_image": "python:3.11",
|
||||
"setup_commands": [
|
||||
"apt-get update && apt-get install -y build-essential"
|
||||
],
|
||||
"install_commands": [
|
||||
"pip install -r requirements.txt",
|
||||
"pip install pytest black flake8"
|
||||
],
|
||||
"env": [
|
||||
"PYTHONPATH=/workdir",
|
||||
"DEBUG=true"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user