From 52565291cbc2c507a22236ab628db1f9f52034f1 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Thu, 29 Feb 2024 20:49:37 +0000
Subject: Added whisper node

---
 .devcontainer/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.devcontainer/Dockerfile')

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
-- 
cgit v1.2.3