Skip to content

Commit

Permalink
Added the new docker image and updated the script.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBoyAJ24 committed Nov 2, 2024
1 parent 742eb1d commit c9acfd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/ubcsailbot/sailbot_workspace/dev:moved-network-deps
FROM ghcr.io/ubcsailbot/sailbot_workspace/dev:add-pybind11

# Copy configuration files (e.g., .vimrc) from config/ to the container's home directory
ARG USERNAME=ros
Expand Down
2 changes: 2 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ echo "" >> $HOME/.bashrc
echo "# set up links for ompl python bindings" >> $HOME/.bashrc
echo "sudo ln -sf /usr/share/libompl.so /usr/lib/libompl.so" >> $HOME/.bashrc
echo "export LD_LIBRARY_PATH=/usr/share:$LD_LIBRARY_PATH" >> $HOME/.bashrc

source $HOME/.bashrc
Binary file not shown.

0 comments on commit c9acfd5

Please sign in to comment.