Skip to content

Commit

Permalink
new parent image (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumburovskalina authored Aug 29, 2024
1 parent 4edb387 commit eec4b42
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.17.2-common
FROM kernai/refinery-parent-images:v1.18.1-common

WORKDIR /program

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.17.2-common
FROM kernai/refinery-parent-images:v1.18.1-common

WORKDIR /app

Expand Down
29 changes: 15 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt --strip-extras requirements/requirements.in
# pip-compile --output-file=requirements.txt requirements/requirements.in
#
annotated-types==0.7.0
# via pydantic
# via
# -r requirements/common-requirements.txt
# pydantic
anyio==4.4.0
# via
# -r requirements/common-requirements.txt
Expand All @@ -24,7 +26,7 @@ catalogue==2.0.10
# spacy
# srsly
# thinc
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/common-requirements.txt
# minio
Expand All @@ -49,19 +51,17 @@ cymem==2.0.8
# preshed
# spacy
# thinc
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/common-requirements.txt
# anyio
fastapi==0.110.3
# via -r requirements/common-requirements.txt
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via
# -r requirements/common-requirements.txt
# uvicorn
idna==3.7
idna==3.8
# via
# -r requirements/common-requirements.txt
# anyio
Expand Down Expand Up @@ -114,14 +114,17 @@ psycopg2-binary==2.9.9
# via -r requirements/common-requirements.txt
pydantic==2.7.4
# via
# -r requirements/common-requirements.txt
# -r requirements/requirements.in
# confection
# fastapi
# spacy
# thinc
# weasel
pydantic-core==2.18.4
# via pydantic
# via
# -r requirements/common-requirements.txt
# pydantic
pygments==2.18.0
# via rich
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -156,10 +159,8 @@ sniffio==1.3.1
# via
# -r requirements/common-requirements.txt
# anyio
spacy==3.7.5
# via
# -r requirements/requirements.in
# spacy
spacy[ja]==3.7.5
# via -r requirements/requirements.in
spacy-legacy==3.0.12
# via spacy
spacy-loggers==1.0.5
Expand Down Expand Up @@ -190,7 +191,7 @@ typer==0.12.3
# via
# spacy
# weasel
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/common-requirements.txt
# anyio
Expand All @@ -200,7 +201,7 @@ typing-extensions==4.12.1
# pydantic-core
# starlette
# typer
urllib3==1.26.18
urllib3==1.26.19
# via
# -r requirements/common-requirements.txt
# botocore
Expand Down
17 changes: 11 additions & 6 deletions requirements/common-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile common-requirements.in
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via starlette
boto3==1.25.0
Expand All @@ -12,21 +14,21 @@ botocore==1.28.5
# via
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via
# minio
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via uvicorn
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via anyio
fastapi==0.110.3
# via -r mini-requirements.in
h11==0.14.0
# via uvicorn
idna==3.7
idna==3.8
# via
# anyio
# requests
Expand All @@ -44,10 +46,12 @@ pandas==1.5.1
# via -r common-requirements.in
psycopg2-binary==2.9.9
# via -r common-requirements.in
# pydantic==1.10.13
pydantic==2.7.4
# via
# -r mini-requirements.in
# fastapi
pydantic-core==2.18.4
# via pydantic
python-dateutil==2.9.0.post0
# via
# botocore
Expand All @@ -66,13 +70,14 @@ sqlalchemy==1.4.42
# via -r common-requirements.in
starlette==0.37.2
# via fastapi
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# anyio
# fastapi
# pydantic
# pydantic-core
# starlette
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# minio
Expand Down
2 changes: 1 addition & 1 deletion submodules/model

0 comments on commit eec4b42

Please sign in to comment.