Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ RUN mkdir /var/run/sshd

RUN apt-get update && apt-get install -y liblapacke liblapacke-dev && rm -rf /var/lib/apt/lists/*

RUN echo "deb https://mirrors.aliyun.com/nvidia-cuda/ubuntu1804/x86_64/ ./" >> /etc/apt/sources.list.d/cuda.list
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @zhanghaocol - could you please explain why we need to add this additional mirror? Was not clear what was failing?

# install pillow-simd.
RUN apt-get update && apt-get install -y libjpeg8-dev \
cuda-cusparse-dev-10-0 \
Expand Down