Skip to content

Commit dba035a

Browse files
committed
Add image-proc package to Dockerfile
1 parent 83b97c7 commit dba035a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ RUN pip install -r requirements.txt
2323
# install required ros dependencies
2424
RUN apt-get install -y ros-$ROS_DISTRO-cv-bridge
2525
RUN apt-get install -y ros-$ROS_DISTRO-pcl-ros
26+
RUN apt-get install -y ros-$ROS_DISTRO-image-proc
2627

2728
# socket io
2829
RUN apt-get install -y netbase
2930

3031
RUN mkdir /capstone
3132
VOLUME ["/capstone"]
3233
VOLUME ["/root/.ros/log/"]
34+
WORKDIR /capstone/ros

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ numpy>=1.13.1
66
Pillow>=2.2.1
77
scipy
88
keras
9-
tensorflow=1.0.0
9+
tensorflow==1.0.0
1010
h5py

0 commit comments

Comments
 (0)