We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b97c7 commit dba035aCopy full SHA for dba035a
Dockerfile
@@ -23,10 +23,12 @@ RUN pip install -r requirements.txt
23
# install required ros dependencies
24
RUN apt-get install -y ros-$ROS_DISTRO-cv-bridge
25
RUN apt-get install -y ros-$ROS_DISTRO-pcl-ros
26
+RUN apt-get install -y ros-$ROS_DISTRO-image-proc
27
28
# socket io
29
RUN apt-get install -y netbase
30
31
RUN mkdir /capstone
32
VOLUME ["/capstone"]
33
VOLUME ["/root/.ros/log/"]
34
+WORKDIR /capstone/ros
requirements.txt
@@ -6,5 +6,5 @@ numpy>=1.13.1
6
Pillow>=2.2.1
7
scipy
8
keras
9
-tensorflow=1.0.0
+tensorflow==1.0.0
10
h5py
0 commit comments