Files
mlflow-docker-minio/run_create_bucket.sh

7 lines
108 B
Bash
Raw Normal View History

2020-09-05 13:54:40 +02:00
#!/bin/bash
set -o allexport; source .env; set +o allexport
2020-09-05 16:14:53 +02:00
pip3 install Minio
python3 ./create_bucket.py