Skip to content

Commit

Permalink
(ops): new python package update
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Murithi <[email protected]>
  • Loading branch information
Murithijoshua committed Feb 29, 2024
1 parent 119e5f7 commit 6a5d9f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12,180 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm install

# Install Python and pip, install Python dependencies using pip, and clean up
RUN apt-get update && apt-get install -y python3 python3-pip && \
pip3 install gradio_client && \
pip3 install gradio_client python-shell && \
apt-get clean

# Copy your Node.js application code to the working directory
Expand Down
Loading

0 comments on commit 6a5d9f0

Please sign in to comment.