Skip to content

Commit

Permalink
Merge pull request #3 from pacoxu/add-dockerfile
Browse files Browse the repository at this point in the history
Add dockerfile
  • Loading branch information
pacoxu authored Aug 26, 2024
2 parents 3468e73 + a57e94b commit d20e545
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
downloaded_slides/
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# m.daocloud.io/docker.io/library/python
FROM python:3.9
RUN python3 -m pip install requests BeautifulSoup4
ADD download_slides.py .
CMD python3 download_slides.py


0 comments on commit d20e545

Please sign in to comment.