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/03/05 23:56:59 UTC

[GitHub] [arrow-datafusion] matthewmturner commented on a change in pull request #1928: Add db benchmark script

matthewmturner commented on a change in pull request #1928:
URL: https://github.com/apache/arrow-datafusion/pull/1928#discussion_r820160520



##########
File path: benchmarks/db-benchmark/db-benchmark.dockerfile
##########
@@ -0,0 +1,54 @@
+FROM ubuntu
+ARG DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get update && \
+    apt-get install -y git build-essential
+
+# Install R, curl, and python deps
+RUN apt-get update && apt-get -y install --no-install-recommends --no-install-suggests \

Review comment:
       Good catch. Thx.




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