iBrokeTheCode's picture
chore: Add model service files
67919d4
raw
history blame
259 Bytes
{
"name": "ML Project - Model",
"dockerComposeFile": "../../docker-compose-dev.yml",
"service": "model",
"workspaceFolder": "/src",
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
},
"shutdownAction": "none"
}