mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 15:19:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			108 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			108 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
set -o allexport; source .env; set +o allexport
 | 
						|
 | 
						|
pip3 install Minio
 | 
						|
python3 ./create_bucket.py
 |