You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by we...@apache.org on 2022/05/19 22:19:26 UTC

[incubator-mxnet] branch v1.9.1-test updated: add debug lines

This is an automated email from the ASF dual-hosted git repository.

weichu pushed a commit to branch v1.9.1-test
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.9.1-test by this push:
     new 36cb197a79 add debug lines
36cb197a79 is described below

commit 36cb197a797f9b86f8458813d63d2f8d3cedacd5
Author: Wei Chu <we...@amazon.com>
AuthorDate: Thu May 19 15:18:48 2022 -0700

    add debug lines
---
 cd/python/docker/Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cd/python/docker/Dockerfile b/cd/python/docker/Dockerfile
index ac9f493400..7743c8bdfb 100644
--- a/cd/python/docker/Dockerfile
+++ b/cd/python/docker/Dockerfile
@@ -51,6 +51,10 @@ RUN if [ "$MXNET_VARIANT" = "aarch64_cpu" ] ; then \
     fi
 ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/arm/armpl_21.0_gcc-8.2/lib:/usr/local/cuda-${CUDA_VERSION}/compat
 
+RUN echo "CUDA_VERSION: ${CUDA_VERSION}"
+
+RUN echo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}"
+
 ARG MXNET_COMMIT_ID
 ENV MXNET_COMMIT_ID=${MXNET_COMMIT_ID}