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