mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
bugfix: adds bucket name configuration into the .env file
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
source .env
|
||||
|
||||
set -o allexport; source .env; set +o allexport
|
||||
|
||||
pip install Minio
|
||||
python ./create_bucket.py
|
||||
Reference in New Issue
Block a user