Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-3366: [R] Dockerfile for docker-compose setup #2770

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Add explict cpp build in usage for R docker-compose
  • Loading branch information
jameslamb committed Nov 17, 2018
commit 94242b324445d8927fa9f0283ef273d8067bdf3f
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ services:

r:
# Usage:
# docker-compose build cpp
# docker-compose build r
kszucs marked this conversation as resolved.
Show resolved Hide resolved
# docker-compose run r
image: arrow:r
Expand Down