mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 23:29:19 +01:00
s3: automatically create a bucket on startup
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM continuumio/miniconda3:latest
|
||||
|
||||
RUN pip install mlflow boto3 pymysql
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
COPY wait-for-it.sh wait-for-it.sh
|
||||
RUN chmod +x wait-for-it.sh
|
||||
|
||||
RUN pip install mlflow boto3 pymysql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user