Skip to content

Commit

Permalink
To enable CUDA within docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
subhash committed Mar 1, 2018
1 parent 276ce67 commit c73509a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ RUN cd /opt/tensorflow/models/research \
ENV PYTHONPATH=$PYTHONPATH:/opt/tensorflow/models/research:/opt/tensorflow/models/research/slim

# udacity capstone
RUN mkdir /udacity
VOLUME ["/udacity"]
RUN mkdir /capstone
VOLUME ["/capstone"]
VOLUME ["/root/.ros/log/"]
WORKDIR /udacity/

RUN pip install jupyter

0 comments on commit c73509a

Please sign in to comment.