Skip to content

Commit

Permalink
Update cuda.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jul 27, 2024
1 parent 50c3262 commit 22ec4ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Docker/cuda/cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ RUN apt-get update && apt-get upgrade -y \
python3 python3-pip gcc wget \
ocl-icd-opencl-dev opencl-headers clinfo \
libclblast-dev libopenblas-dev \
&& mkdir -p /etc/OpenCL/vendors && echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& mkdir -p /etc/OpenCL/vendors && echo "libnvidia-opencl.so.1" > /etc/OpenCL/vendors/nvidia.icd

# Copy the application code
COPY --chown=root:root --chmod=755 ../.. .
Expand Down

0 comments on commit 22ec4ad

Please sign in to comment.