Skip to content

Commit edebfc4

Browse files
authored
Add LD_PRELOAD environment variable to Dockerfile
1 parent 23c1d2a commit edebfc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ENV CUDA_INSTALL_PATH=/usr/local/cuda
1010
ENV PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda
1111
ENV BOOST_ROOT=/usr/include/boost
1212
ENV PATH=$CUDA_INSTALL_PATH/bin:$PATH
13+
ENV LD_PRELOAD=/lib/x86_64-linux-gnu/libz.so.1
1314

1415
ENV GPUAPPS_ROOT=/accel-sim/gpu-app-collection
1516

@@ -31,4 +32,4 @@ RUN pip3 install pyyaml plotly psutil
3132
# Clone the gpu-app-collection repository
3233
RUN git clone --recurse-submodules https://github.com/accel-sim/gpu-app-collection.git
3334
# Build the CI apps and pull the regression data
34-
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

Comments
 (0)