Skip to content

Commit

Permalink
Merge branch 'FEAT_BrowserSat' of https://github.com/mikejgray/neon-iris
Browse files Browse the repository at this point in the history
 into FEAT_BrowserSat
  • Loading branch information
mikejgray committed Dec 21, 2023
2 parents 9ff5460 + 04a0a88 commit cba09bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM jrottenberg/ffmpeg:4.1 as ffmpeg-base
FROM python:3.8-slim

# Label for vendor
LABEL vendor=neon.ai
LABEL vendor=neon.ai \
ai.neon.name="neon-iris"

# Build argument for specifying extras
ARG EXTRAS
Expand Down
Binary file modified neon_iris/static/favicon.ico
Binary file not shown.
Binary file modified neon_iris/static/logo.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_requirements(requirements_filename: str):
"Programming Language :: Python :: 3",
"Operating System :: OS Independent"
],
python_requires='>=3.8',
python_requires='>=3.7',
install_requires=get_requirements("requirements.txt"),
extras_require={"gradio": get_requirements("gradio.txt"), "web_sat": get_requirements("web_sat.txt")},
entry_points={
Expand Down

0 comments on commit cba09bb

Please sign in to comment.