mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/bash
|
|
source .env
|
|
pip install Minio
|
|
python ./create_bucket.py |