kou commented on code in PR #14667:
URL: https://github.com/apache/arrow/pull/14667#discussion_r1195789376
##########
ci/docker/conda-cpp.dockerfile:
##########
@@ -36,6 +36,7 @@ RUN mamba install -q -y \
compilers \
doxygen \
python=${python} \
+ ucx-proc=*=cpu ucx libnuma \
Review Comment:
How about putting one package per line like others?
```suggestion
libnuma \
python=${python} \
ucx \
ucx-proc=*=cpu \
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]