We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c1d2a commit edebfc4Copy full SHA for edebfc4
1 file changed
Dockerfile
@@ -10,6 +10,7 @@ ENV CUDA_INSTALL_PATH=/usr/local/cuda
10
ENV PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda
11
ENV BOOST_ROOT=/usr/include/boost
12
ENV PATH=$CUDA_INSTALL_PATH/bin:$PATH
13
+ENV LD_PRELOAD=/lib/x86_64-linux-gnu/libz.so.1
14
15
ENV GPUAPPS_ROOT=/accel-sim/gpu-app-collection
16
@@ -31,4 +32,4 @@ RUN pip3 install pyyaml plotly psutil
31
32
# Clone the gpu-app-collection repository
33
RUN git clone --recurse-submodules https://github.com/accel-sim/gpu-app-collection.git
34
# Build the CI apps and pull the regression data
-RUN cd gpu-app-collection && bash test-build.sh ci && bash get_regression_data.sh
35
+RUN cd gpu-app-collection && bash test-build.sh ci && bash get_regression_data.sh
0 commit comments