Skip to content

Commit

Permalink
Dockerfile broken out for Ubuntu 16.04 Nvidia drivers and non-Nvidia …
Browse files Browse the repository at this point in the history
…drivers.
  • Loading branch information
brandon-northcutt committed Jun 14, 2017
1 parent c22b7cf commit ed80f99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup/docker/Dockerfile.ubuntu16.04.nvidia
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM nvidia/cuda:8.0-devel-ubuntu16.04
RUN mkdir /drake-distro
COPY . /drake-distro
RUN apt-get update && yes "Y" \
| /drake-distro/setup/ubuntu/16.04/install_prereqs.sh \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean all
RUN cd /drake-distro && bazel build ... && bazel test ...
ENTRYPOINT ["/drake-distro/setup/docker/entrypoint.sh"]
File renamed without changes.

0 comments on commit ed80f99

Please sign in to comment.