Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Mar 4, 2024
1 parent 5152837 commit 7691562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY package*.json ./
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 && \
RUN apt-get update && apt-get install -y python3-pip && \
pip3 install gradio_client python-shell --break-system-packages && \
apt-get clean

Expand Down

0 comments on commit 7691562

Please sign in to comment.