s3: automatically create a bucket on startup

This commit is contained in:
Tomasz Dłuski
2021-12-03 22:10:59 +01:00
parent 4c4449110e
commit 6e798644da
4 changed files with 20 additions and 9 deletions

View File

@@ -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