Skip to content

Commit

Permalink
Merge branch 'master' into fix-decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
bobqianic authored Jun 24, 2024
2 parents 476dff4 + bf4cb4a commit f38b659
Show file tree
Hide file tree
Showing 328 changed files with 102,598 additions and 59,042 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
Loading

0 comments on commit f38b659

Please sign in to comment.