Skip to content

Commit

Permalink
Update Dockerfile (#1)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update .gitignore
  • Loading branch information
isaric committed Dec 13, 2023
1 parent d28793c commit 7d5bef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
venv
.venv
.idea
*.iml
__pycache__
debug.log
debug.log
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/isaric/python-opencv-docker:python-3.10-opencv-4.8.0-arm64
FROM ghcr.io/isaric/docker-dlib:python-opencv-4.8.0-dlib-19.24

WORKDIR /python-docker

Expand Down

0 comments on commit 7d5bef5

Please sign in to comment.