Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Subashkatel authored Jan 7, 2025
1 parent 4387dae commit 4db2a08
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,6 @@ FROM ghcr.io/ucsd-ets/nvcr-cuda:main
#
#USER jovyan
#

# Switch to root
USER root

# Install OpenCL libraries
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ocl-icd-libopencl1 \
ocl-icd-opencl-dev \
opencl-headers \
clinfo \
&& rm -rf /var/lib/apt/lists/*

# Switch back to the non-root user (optional)
USER jovyan

# ENV PATH=/usr/local/cuda/bin:$PATH \
# LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/cuda/lib64:$LD_LIBRARY_PATH

Expand Down

0 comments on commit 4db2a08

Please sign in to comment.