Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix scala pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
stu1130 committed Dec 3, 2019
1 parent 78a2523 commit 70751ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/docker/Dockerfile.publish.ubuntu1604_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ RUN /work/ubuntu_adduser.sh

COPY runtime_functions.sh /work/

# fix the missing libcuda.so.1
RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1

WORKDIR /work/mxnet
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib:/usr/local/cuda/lib64/stubs

0 comments on commit 70751ca

Please sign in to comment.