Skip to content

Commit

Permalink
Merge pull request #5 from Murithijoshua/main
Browse files Browse the repository at this point in the history
(ops):Node nodules intergration
  • Loading branch information
Murithijoshua authored Mar 4, 2024
2 parents 60c4350 + 64a85b3 commit 5152837
Show file tree
Hide file tree
Showing 3 changed files with 3,918 additions and 4,889 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:18

WORKDIR /app

Expand All @@ -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 python-shell && \
pip3 install gradio_client python-shell --break-system-packages && \
apt-get clean

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

0 comments on commit 5152837

Please sign in to comment.