aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/Dockerfile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-02-29 20:49:37 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2024-02-29 20:49:37 +0000
commit52565291cbc2c507a22236ab628db1f9f52034f1 (patch)
tree81121547b1e69bee7710624642dd7f01a79dfb82 /.devcontainer/Dockerfile
parent526a3e84b181e4108412686a0d185714e1ccf51e (diff)
downloadnoetic-llama-52565291cbc2c507a22236ab628db1f9f52034f1.tar.gz
noetic-llama-52565291cbc2c507a22236ab628db1f9f52034f1.zip
Added whisper node
Diffstat (limited to '.devcontainer/Dockerfile')
-rw-r--r--.devcontainer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 6992623..9bcb4d7 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -26,7 +26,7 @@ RUN sudo apt install -y git python3-pip
# Rosdep update
RUN rosdep update
-RUN pip3 install jinja2 ollama geocoder requests python-dotenv parsimonious
+RUN pip3 install jinja2 ollama geocoder requests python-dotenv parsimonious SpeechRecognition
# Source the ROS setup file
RUN echo "source /opt/ros/${ROS_DISTRO}/setup.bash" >> ~/.bashrc