Skip to content

Commit

Permalink
Merge pull request #2 from Murithijoshua/main
Browse files Browse the repository at this point in the history
(ops): new python package update
  • Loading branch information
Murithijoshua authored Feb 29, 2024
2 parents bb7ed78 + 6a5d9f0 commit ac96a2c
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 ac96a2c

Please sign in to comment.