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 22ec4ad commit 31c3d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/cuda/cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get upgrade -y \
&& 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 ../.. .
COPY --chown=root:root --chmod=755 . .

# Create a non-root user
RUN useradd -m myuser
Expand Down

0 comments on commit 31c3d33

Please sign in to comment.