File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ RUN apt-get update && \
141
141
libgeographic-dev \
142
142
libpugixml-dev \
143
143
libboost-python-dev \
144
+ libpython3-dev \
144
145
python3-catkin-tools \
145
146
python3-catkin-pkg \
146
147
python3-rospkg \
@@ -154,7 +155,7 @@ RUN apt-get update && \
154
155
RUN git clone https://github.com/fzi-forschungszentrum-informatik/Lanelet2 /lanelet2 && \
155
156
cd /lanelet2 && \
156
157
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 && \
158
159
catkin build
159
160
160
161
USER jovyan
@@ -172,7 +173,7 @@ ADD requirements.txt .
172
173
RUN pip install -r requirements.txt
173
174
174
175
# Install Plotly Widget for PCL visualization
175
- RUN jupyter labextension install jupyterlab- plotly
176
+ RUN pip install plotly
176
177
177
178
# Install PointPillars Package
178
179
RUN pip install git+https://github.com/ika-rwth-aachen/PointPillars.git
@@ -189,6 +190,7 @@ RUN pip install pymongo
189
190
190
191
RUN pip install jupyterlab-urdf==0.2.1
191
192
RUN pip install jupyterlab-zethus
193
+ RUN pip install numpy==1.25.2
192
194
193
195
ENV ROS_HOSTNAME=localhost
194
196
ENV ROS_MASTER_URI=http://localhost:11311
You can’t perform that action at this time.
0 commit comments