ium_430705/movies_imdb/conda.yaml
michalzareba 4c274c38e5
All checks were successful
s430705-evaluation/pipeline/head This commit looks good
s430705-training/pipeline/head This commit looks good
Save MLFlow model in training job
2021-05-23 12:33:10 +02:00

11 lines
127 B
YAML

channels:
- defaults
- conda-forge
dependencies:
- python=3.8.5
- pip
- pip:
- mlflow
- tensorflow==2.4.1
name: mlflow-env