Skip to content

Commit

Permalink
Add env variable (#2141)
Browse files Browse the repository at this point in the history
Add ENV for setuptools v50.0.0
  • Loading branch information
bhack authored Sep 1, 2020
1 parent 03d02c1 commit ae05276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/docker/build_wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility
ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

# Required for setuptools v50.0.0
# https://setuptools.readthedocs.io/en/latest/history.html#v50-0-0
# https://github.com/pypa/setuptools/issues/2352
ENV SETUPTOOLS_USE_DISTUTILS=stdlib

RUN apt-get update && apt-get install patchelf

# Fix presented in
Expand Down

0 comments on commit ae05276

Please sign in to comment.