Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangraying committed Nov 10, 2022
1 parent 685b00f commit 8dd73cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.pytorch-1.10.0-cuda11.3-cudnn8
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN cargo install mdbook mdbook-linkcheck mdbook-katex mdbook-open-on-gh

RUN yes | python3 -m pip install -U setuptools wheel build pip

ENV LD_LIBRARY_PATH="/usr/local/cuda/lib64/stubs/:/usr/local/lib64:/usr/local/lib"
ENV LIBRARY_PATH="/usr/local/cuda/lib64/stubs/:/usr/local/lib64:/usr/local/lib"
ENV LD_LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH"
ENV LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LIBRARY_PATH"
ENV PKG_CONFIG_PATH="/usr/local/cuda/pkgconfig/"
ENV CUDA_LIBRARY_PATH="/usr/local/cuda/lib64/"

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.pytorch-1.11.0-cuda11.3-cudnn8
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN cargo install mdbook mdbook-linkcheck mdbook-katex mdbook-open-on-gh

RUN yes | python3 -m pip install -U setuptools wheel build pip

ENV LD_LIBRARY_PATH="/usr/local/cuda/lib64/stubs/:/usr/local/lib64:/usr/local/lib"
ENV LIBRARY_PATH="/usr/local/cuda/lib64/stubs/:/usr/local/lib64:/usr/local/lib"
ENV LD_LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH"
ENV LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LIBRARY_PATH"
ENV PKG_CONFIG_PATH="/usr/local/cuda/pkgconfig/"
ENV CUDA_LIBRARY_PATH="/usr/local/cuda/lib64/"

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.pytorch-1.12.0-cuda11.3-cudnn8
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN cargo install mdbook mdbook-linkcheck mdbook-katex mdbook-open-on-gh

RUN yes | python3 -m pip install -U setuptools wheel build pip

ENV LD_LIBRARY_PATH="/usr/local/cuda/lib64/stubs/:/usr/local/lib64:/usr/local/lib"
ENV LIBRARY_PATH="/usr/local/cuda/lib64/stubs/:/usr/local/lib64:/usr/local/lib"
ENV LD_LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LD_LIBRARY_PATH"
ENV LIBRARY_PATH="/usr/local/lib64:/usr/local/lib:$LIBRARY_PATH"
ENV PKG_CONFIG_PATH="/usr/local/cuda/pkgconfig/"
ENV CUDA_LIBRARY_PATH="/usr/local/cuda/lib64/"

Expand Down

0 comments on commit 8dd73cf

Please sign in to comment.