Spaces:
Sleeping
Sleeping
| { | |
| "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" | |
| ] | |
| } | |
| } | |
| } |