Skip to content

Commit

Permalink
Add Dockerfile and update requirements.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorafaelm committed Apr 2, 2023
1 parent 99a3302 commit d19b7be
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3.11

WORKDIR /app
COPY scripts/ /app

RUN pip install -r requirements.txt

CMD ["python", "main.py"]
16 changes: 8 additions & 8 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
beautifulsoup4==4.9.3
colorama==0.4.6
googlesearch_python==1.1.0
openai==0.27.0
playsound==1.2.2
readability_lxml==0.8.1
requests==2.25.1
docker==6.0.1
requests
beautifulsoup4
colorama
googlesearch_python
openai
playsound
readability_lxml
docker

0 comments on commit d19b7be

Please sign in to comment.