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