Skip to content

Commit

Permalink
Merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Sep 19, 2023
2 parents 87bb7d9 + e585abe commit c99128b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .codesandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM python:3.11.4
RUN apt-get update && apt-get upgrade -y
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ kreacher.client.session-journal
.env
:memory:.session

.codesandbox/
# .codesandbox/

0 comments on commit c99128b

Please sign in to comment.