Skip to content

Commit

Permalink
Python: add plotly pkg to base img (#177)
Browse files Browse the repository at this point in the history
* Python: add plotly pkg to base img

* Update dev container accordingly
  • Loading branch information
patrick-5546 authored Oct 10, 2023
1 parent 5ab530f commit c2087b9
Show file tree
Hide file tree
Showing 2 changed files with 2 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:add-py-deps-v2
FROM ghcr.io/ubcsailbot/sailbot_workspace/dev:py-plotly

# Copy configuration files (e.g., .vimrc) from config/ to the container's home directory
ARG USERNAME=ros
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/base-dev/base-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV DEBIAN_FRONTEND=

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

Expand Down

0 comments on commit c2087b9

Please sign in to comment.