mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 23:29:19 +01:00
feature: dont use wait-for-it which is newline characted dependant and causes problem on windows closes #17
This commit is contained in:
@@ -5,6 +5,3 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user