Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Sep 19, 2023
1 parent bdbe9ec commit e585abe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .codesandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM python:3.11.1
FROM python:3.11.4
RUN apt-get update && apt-get upgrade -y
RUN apt-get install cron curl ffmpeg git python3 python3-pip tree -y
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get install cron ffmpeg python3 python3-pip tree -y
RUN pip3 install -U pip
RUN pip3 install --upgrade pip
RUN pip3 install piper-tts==1.2.0

0 comments on commit e585abe

Please sign in to comment.