Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed the setup opencl env
  • Loading branch information
Subashkatel authored Jan 6, 2025
1 parent 2f1298a commit dbe55e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ FROM ghcr.io/ucsd-ets/nvcr-cuda:main
ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:$PATH \
LD_LIBRARY_PATH=/usr/local/nvidia/lib64:/usr/local/cuda/lib64:$LD_LIBRARY_PATH

# Set up OpenCl enviroment
RUN mkdir -p /etc/OpenCl/vendors && \
echo ""/usr/local/nvidia/lib64/libnvidia-opencl.so.525.53" > /etc/OpenCL/vendors/nvidia.icd"

ENV OCL_ICD_VENDORS=/etc/OpenCL/vendors

# EXAMPLE
# RUN wget libraries \
# install ...

0 comments on commit dbe55e9

Please sign in to comment.