Upload conda.yaml with huggingface_hub
Browse files- conda.yaml +9 -0
conda.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
channels:
|
| 2 |
+
- conda-forge
|
| 3 |
+
dependencies:
|
| 4 |
+
- python=3.11
|
| 5 |
+
- pip
|
| 6 |
+
- pip:
|
| 7 |
+
- mlflow
|
| 8 |
+
- scikit-learn
|
| 9 |
+
name: mlflow-env
|