Skip to content

Commit e7555e4

Browse files
update Dockerfile
1 parent a6c6495 commit e7555e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ RUN apt-get update && \
141141
libgeographic-dev \
142142
libpugixml-dev \
143143
libboost-python-dev \
144+
libpython3-dev \
144145
python3-catkin-tools \
145146
python3-catkin-pkg \
146147
python3-rospkg \
@@ -154,7 +155,7 @@ RUN apt-get update && \
154155
RUN git clone https://github.com/fzi-forschungszentrum-informatik/Lanelet2 /lanelet2 && \
155156
cd /lanelet2 && \
156157
source /opt/ros/noetic/setup.sh && \
157-
catkin config --source-space /lanelet2 -DPYTHON_EXECUTABLE=/usr/bin/python3 && \
158+
catkin config --source-space /lanelet2 -DPYTHON_EXECUTABLE=/usr/bin/python3 --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPYTHON_VERSION=3.8 && \
158159
catkin build
159160

160161
USER jovyan
@@ -172,7 +173,7 @@ ADD requirements.txt .
172173
RUN pip install -r requirements.txt
173174

174175
# Install Plotly Widget for PCL visualization
175-
RUN jupyter labextension install jupyterlab-plotly
176+
RUN pip install plotly
176177

177178
# Install PointPillars Package
178179
RUN pip install git+https://github.com/ika-rwth-aachen/PointPillars.git
@@ -189,6 +190,7 @@ RUN pip install pymongo
189190

190191
RUN pip install jupyterlab-urdf==0.2.1
191192
RUN pip install jupyterlab-zethus
193+
RUN pip install numpy==1.25.2
192194

193195
ENV ROS_HOSTNAME=localhost
194196
ENV ROS_MASTER_URI=http://localhost:11311

0 commit comments

Comments
 (0)