From c2087b9bcb3d33b3d4337a3057c0b381d7a3e2ab Mon Sep 17 00:00:00 2001 From: Patrick Creighton Date: Mon, 9 Oct 2023 21:41:50 -0600 Subject: [PATCH] Python: add plotly pkg to base img (#177) * Python: add plotly pkg to base img * Update dev container accordingly --- .devcontainer/Dockerfile | 2 +- .devcontainer/base-dev/base-dev.Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 919452d0c..c9d3c01fb 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 diff --git a/.devcontainer/base-dev/base-dev.Dockerfile b/.devcontainer/base-dev/base-dev.Dockerfile index ed8a5ecab..08342ca59 100644 --- a/.devcontainer/base-dev/base-dev.Dockerfile +++ b/.devcontainer/base-dev/base-dev.Dockerfile @@ -24,6 +24,7 @@ ENV DEBIAN_FRONTEND= # install base pip dependencies RUN pip3 install \ + plotly \ pyproj \ shapely