File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1-
21FROM ros:jazzy-ros-base
32
4-
53RUN apt-get update && apt-get install -y \
64 curl \
75 && rm -rf /var/lib/apt/lists/*
@@ -14,6 +12,9 @@ RUN rosdep init || true \
1412 && rosdep update
1513
1614RUN echo "source /opt/ros/jazzy/setup.bash" >> ~/.bashrc
17- RUN apt-get update
15+
16+ COPY . .
17+
18+ RUN pip install
1819
1920CMD ["bash" ]
Original file line number Diff line number Diff line change 11services :
22 lambkin_dev :
3- build : .
3+ build :
4+ context : ../../..
5+ dockerfile : examples/beluga/docker/Dockerfile
46 image : lambkin_ros:jazzy
57 container_name : lambkin_developer
68 network_mode : " host"
7-
89 stdin_open : true
910 tty : true
10-
11- volumes :
12- - ..:/ws
13- - ${HOME}/ekumen/rosbags/reference_files:/rosbags/reference
14- - ${HOME}/ekumen/rosbags/benchmarking_results:/benchmarking_results
You can’t perform that action at this time.
0 commit comments