aboutsummaryrefslogtreecommitdiffstats
path: root/noetic-llama/.devcontainer/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-02-26 23:45:20 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2024-02-26 23:45:20 +0000
commita398252b0dfe3c112e5643104aaf22c411a15b1d (patch)
treeac53dd723597dac37d8139ea57f87cd0ad8f252b /noetic-llama/.devcontainer/Dockerfile
parent12238c47081cd789c09e6677495cca3d31356cf1 (diff)
downloadnoetic-llama-a398252b0dfe3c112e5643104aaf22c411a15b1d.tar.gz
noetic-llama-a398252b0dfe3c112e5643104aaf22c411a15b1d.zip
Started on ROS1 workspace
Diffstat (limited to 'noetic-llama/.devcontainer/Dockerfile')
-rw-r--r--noetic-llama/.devcontainer/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/noetic-llama/.devcontainer/Dockerfile b/noetic-llama/.devcontainer/Dockerfile
index d86a5e7..6992623 100644
--- a/noetic-llama/.devcontainer/Dockerfile
+++ b/noetic-llama/.devcontainer/Dockerfile
@@ -21,10 +21,12 @@ RUN sudo usermod --append --groups video $USERNAME
RUN sudo apt update && sudo apt upgrade -y
# Install Git
-RUN sudo apt install -y git
+RUN sudo apt install -y git python3-pip
# Rosdep update
RUN rosdep update
+RUN pip3 install jinja2 ollama geocoder requests python-dotenv parsimonious
+
# Source the ROS setup file
RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> ~/.bashrc