You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/09/13 02:27:59 UTC

[GitHub] [submarine] KUAN-HSUN-LI commented on a change in pull request #747: SUBMARINE-1010. Use kubectl wait for the minio pod in mlflow

KUAN-HSUN-LI commented on a change in pull request #747:
URL: https://github.com/apache/submarine/pull/747#discussion_r706964039



##########
File path: dev-support/docker-images/submarine/Dockerfile
##########
@@ -41,7 +41,7 @@ ADD ./tmp/mysql-connector-java-5.1.39.jar "/opt/submarine-current/lib/"
 # Create submarine Bucket
 WORKDIR /usr/local/bin
 RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc
-RUN wget https://dl.k8s.io/release/v1.15.11/bin/linux/amd64/kubectl && chmod +x kubectl
+# RUN wget https://dl.k8s.io/release/v1.15.11/bin/linux/amd64/kubectl && chmod +x kubectl

Review comment:
       Can you remove this line instead of comment it?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org