Skip to content

Commit

Permalink
update image OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ARC-MX committed Dec 28, 2024
1 parent 9975f7a commit 867e24e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 42 deletions.
35 changes: 0 additions & 35 deletions Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile-for-github-action
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.19-slim-bullseye as build
FROM python:3.11.11-slim-bookworm as build

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests==2.31.0
selenium==4.5.0
schedule==1.1.0
Pillow==9.2.0
undetected_chromedriver==3.4.7
onnxruntime==1.17.3
numpy==1.24.3
selenium==4.19.0
schedule==1.2.1
Pillow==10.1.0
undetected_chromedriver==3.5.4
onnxruntime==1.18.1
numpy==1.26.2
python-dotenv
python-dateutil

0 comments on commit 867e24e

Please sign in to comment.