[GitHub] [arrow] kszucs commented on pull request #7439: ARROW-4309: [Documentation] Add a docker-compose entry which builds the documentation with CUDA enabled

2020-06-28 Thread GitBox
kszucs commented on pull request #7439: URL: https://github.com/apache/arrow/pull/7439#issuecomment-650826896 Thanks @kou for fixing it! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [arrow] kszucs commented on pull request #7439: ARROW-4309: [Documentation] Add a docker-compose entry which builds the documentation with CUDA enabled

2020-06-17 Thread GitBox
kszucs commented on pull request #7439: URL: https://github.com/apache/arrow/pull/7439#issuecomment-645593482 Please verify it with the following command: ```bash $ archery docker run --no-pull ubuntu-cuda-cpp $ archery docker run --no-pull ubuntu-cuda-python $ archery

[GitHub] [arrow] kszucs commented on pull request #7439: ARROW-4309: [Documentation] Add a docker-compose entry which builds the documentation with CUDA enabled

2020-06-15 Thread GitBox
kszucs commented on pull request #7439: URL: https://github.com/apache/arrow/pull/7439#issuecomment-644326074 I'm going to add some extra hack to compile the `docker-compose run` command directly to `docker run`, just needs to merge #6512 to prevent conflicts.