mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 23:29:19 +01:00
feat: wait-for-it.sh so you wont need to run compose up multiple times
This commit is contained in:
@@ -3,4 +3,8 @@ FROM continuumio/miniconda3:latest
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install mlflow boto3 pymysql
|
||||
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