mirror of
https://github.com/Toumash/mlflow-docker
synced 2026-02-02 16:51:54 +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 |