team-inrs / CarND-Capstone

0 stars 2 forks source link

Update Dockerfile and create development and Carla version #43

Open adattudos opened 6 years ago

adattudos commented 6 years ago

add nano editor to develop version solve RUN export PYTHONPATH=$PYTHONPATH:pwd:pwd/slim

adattudos commented 6 years ago

also need to set up working directory currently and update run-cuda.sh scripts

adattudos commented 6 years ago

done in https://github.com/team-inrs/CarND-Capstone/commit/fd56ac703c748dd1d68f247a77f91d0c90968632

build the devel docker image with nvidia-docker build . -f Dockerfile.devel-gpu -t capstone-devel-gpu

please note that the directory for tensorflow is /opt/tensorflow/

nano editor has been added