Skip to content

Commit

Permalink
Add local pathfinding python dependencies (#171)
Browse files Browse the repository at this point in the history
* Add local pathfinding python dependencies

* Update dev container base image
  • Loading branch information
patrick-5546 authored Oct 3, 2023
1 parent 8d0ae2e commit d51e8f1
Show file tree
Hide file tree
Showing 2 changed files with 6 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:refactor-images-v2
FROM ghcr.io/ubcsailbot/sailbot_workspace/dev:add-py-deps-v2

# Copy configuration files (e.g., .vimrc) from config/ to the container's home directory
ARG USERNAME=ros
Expand Down
5 changes: 5 additions & 0 deletions .devcontainer/base-dev/base-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ RUN apt-get update \
&& rosdep init || echo "rosdep already initialized"
ENV DEBIAN_FRONTEND=

# install base pip dependencies
RUN pip3 install \
pyproj \
shapely

# root bash configuration
ENV ROS_WORKSPACE=/workspaces/sailbot_workspace
COPY update-bashrc.sh /sbin/update-bashrc
Expand Down

0 comments on commit d51e8f1

Please sign in to comment.