Skip to content

Commit

Permalink
FIx issues related to CUDA 9.0 support within Kubernetes and release
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Mar 9, 2019
1 parent 4a8c474 commit ce29375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_base
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64
# nvidia-container-runtime
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
ENV NVIDIA_REQUIRE_CUDA "cuda>=8.0"
ENV NVIDIA_REQUIRE_CUDA "cuda>=9.0"

# Pick up some TF dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion cmd/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV LD_LIBRARY_PATH /usr/local/nvidia/lib:/usr/local/nvidia/lib64
# nvidia-container-runtime
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
ENV NVIDIA_REQUIRE_CUDA "cuda>=8.0"
ENV NVIDIA_REQUIRE_CUDA "cuda>=9.0"

# Pick up some TF dependencies
RUN apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit ce29375

Please sign in to comment.