GitHub Actions Bot
feat: Deploy latest version of Gradio app
41d029b
raw
history blame contribute delete
340 Bytes
{
"name": "Predictive Maintenance Environment",
"image": "mcr.microsoft.com/devcontainers/python:3.9",
"postCreateCommand": "pip install pandas scikit-learn gradio joblib huggingface_hub datasets",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
]
}
}
}