Skip to content

Commit

Permalink
docker : libcuda.so.1 in PATH (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofassoni committed Mar 20, 2024
1 parent 04e4809 commit 79d5765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devops/main-cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ COPY .. .
RUN make

FROM ${BASE_CUDA_RUN_CONTAINER} AS runtime
ENV CUDA_MAIN_VERSION=12.3
ENV LD_LIBRARY_PATH /usr/local/cuda-${CUDA_MAIN_VERSION}/compat:$LD_LIBRARY_PATH
WORKDIR /app

RUN apt-get update && \
Expand Down

0 comments on commit 79d5765

Please sign in to comment.