Skip to content

Commit e5ba8d6

Browse files
committed
fixup! Update ubuntu-latest to install nvcc
Signed-off-by: Pravek Sharma <sharmapravek@gmail.com>
1 parent 18f4540 commit e5ba8d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ubuntu-latest/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,10 @@ RUN apt-key del 7fa2af80 && \
8383
echo LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64 \
8484
${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} >> .bashrc
8585

86+
RUN wget https://developer.download.nvidia.com/compute/cupqc/redist/cupqc/cupqc-pkg-0.2.0.tar.gz && \
87+
mkdir /cupqc && \
88+
tar -xzvf cupqc-pkg-0.2.0.tar.gz -C /cupqc && \
89+
echo cuPQC_DIR="/cupqc/cupqc/cupqc-pkg-0.2.0/cmake/" >> .bashrc
90+
8691
# Activate if we want to test specific OpenSSL3 versions:
8792
# RUN cd /root && git clone --depth 1 --branch openssl-3.0.7 https://github.com/openssl/openssl.git && cd openssl && LDFLAGS="-Wl,-rpath -Wl,/usr/local/openssl3/lib64" ./config --prefix=/usr/local/openssl3 && make -j && make install

0 commit comments

Comments
 (0)