Skip to content

Commit 377b39b

Browse files
committed
Update Dockerfile
Update python and add util file
1 parent 60dfe86 commit 377b39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.9
22
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
33
COPY requirements.txt .
44
RUN pip install -r requirements.txt
@@ -7,6 +7,7 @@ COPY birdnames.db .
77
COPY speciesid.py .
88
COPY webui.py .
99
COPY queries.py .
10+
COPY util.py .
1011
COPY templates/ ./templates/
1112
COPY static/ ./static/
1213

0 commit comments

Comments
 (0)