mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
adds minio autoconfigure script
This commit is contained in:
4
run_create_bucket.sh
Normal file
4
run_create_bucket.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
source .env
|
||||
pip install Minio
|
||||
python ./create_bucket.py
|
||||
Reference in New Issue
Block a user