From eb05f444aaf551cd00984c7dec619e82c1ea4b5b Mon Sep 17 00:00:00 2001 From: JRPan <25518778+JRPan@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:24:26 -0500 Subject: [PATCH] reduce size --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e42b03..d7d2efa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,11 +17,14 @@ RUN apt-get update \ && pip3 install pyyaml plotly psutil \ && wget https://developer.download.nvidia.com/compute/cuda/11.7.0/local_installers/cuda_11.7.0_515.43.04_linux.run \ && sh cuda_11.7.0_515.43.04_linux.run --silent --toolkit \ -&& rm cuda_11.7.0_515.43.04_linux.run +&& rm cuda_11.7.0_515.43.04_linux.run \ +&& rm /usr/local/cuda-11.7/nsight* RUN export PATH=$CUDA_INSTALL_PATH/bin:$PATH \ && git clone https://github.com/accel-sim/gpu-app-collection \ && source ./gpu-app-collection/src/setup_environment \ && make -j -C ./gpu-app-collection/src rodinia_2.0-ft \ && make -j -C ./gpu-app-collection/src GPU_Microbenchmark \ -&& make -j -C ./gpu-app-collection/src data \ No newline at end of file +&& make -j -C ./gpu-app-collection/src data \ +&& rm gpucomputingsdk_4.2.9_linux.run \ +&& rm 4.2 \ No newline at end of file