You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/20 13:36:56 UTC

[GitHub] [arrow-ballista] iajoiner commented on a diff in pull request #403: Enable scheduler UI in docker builds

iajoiner commented on code in PR #403:
URL: https://github.com/apache/arrow-ballista/pull/403#discussion_r1000642347


##########
dev/docker/ballista-scheduler.Dockerfile:
##########
@@ -24,7 +24,16 @@ ENV RUST_LOG=info
 ENV RUST_BACKTRACE=full
 ENV DEBIAN_FRONTEND=noninteractive
 
-RUN apt-get update && apt-get install -y nginx netcat
+RUN apt-get update &&\
+    apt-get install -y nginx netcat nodejs npm
+    
+COPY ballista/ui /root/ballista/ui
+
+RUN cd /root/ballista/ui/scheduler &&\

Review Comment:
   @avantgardnerio Really thanks for explaining! This works. So I guess the real issue is really the docs which I can fix. `. dev/build-ballista-docker.sh` is what people should run.



-- 
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: github-unsubscribe@arrow.apache.org

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