Skip to content

Commit

Permalink
new parent image (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKirschKern authored Jun 2, 2023
1 parent e54eb25 commit 06ec696
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 33 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.8.1-common
FROM kernai/refinery-parent-images:v1.11.0-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.8.1-common
FROM kernai/refinery-parent-images:v1.11.0-common

WORKDIR /app

Expand Down
34 changes: 18 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements/requirements.in
#
anyio==3.6.2
anyio==3.7.0
# via
# -r requirements/common-requirements.txt
# starlette
Expand All @@ -22,12 +22,12 @@ catalogue==2.0.8
# spacy
# srsly
# thinc
certifi==2022.12.7
certifi==2023.5.7
# via
# -r requirements/common-requirements.txt
# minio
# requests
charset-normalizer==2.1.1
charset-normalizer==3.1.0
# via
# -r requirements/common-requirements.txt
# requests
Expand All @@ -43,10 +43,12 @@ cymem==2.0.7
# preshed
# spacy
# thinc
fastapi==0.92.0
exceptiongroup==1.1.1
# via
# -r requirements/common-requirements.txt
# anyio
fastapi==0.95.2
# via -r requirements/common-requirements.txt
greenlet==2.0.2
# via sqlalchemy
h11==0.14.0
# via
# -r requirements/common-requirements.txt
Expand Down Expand Up @@ -92,7 +94,7 @@ preshed==3.0.8
# thinc
psycopg2-binary==2.9.4
# via -r requirements/common-requirements.txt
pydantic==1.10.2
pydantic==1.10.8
# via
# -r requirements/common-requirements.txt
# fastapi
Expand All @@ -105,15 +107,15 @@ python-dateutil==2.8.2
# -r requirements/common-requirements.txt
# botocore
# pandas
pytz==2022.7.1
pytz==2023.3
# via
# -r requirements/common-requirements.txt
# pandas
requests==2.28.1
requests==2.31.0
# via
# -r requirements/common-requirements.txt
# spacy
s3transfer==0.6.0
s3transfer==0.6.1
# via
# -r requirements/common-requirements.txt
# boto3
Expand All @@ -139,7 +141,7 @@ srsly==2.4.5
# via
# spacy
# thinc
starlette==0.25.0
starlette==0.27.0
# via
# -r requirements/common-requirements.txt
# fastapi
Expand All @@ -151,18 +153,18 @@ typer==0.4.2
# via
# pathy
# spacy
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# -r requirements/common-requirements.txt
# pydantic
# starlette
urllib3==1.26.14
urllib3==1.26.16
# via
# -r requirements/common-requirements.txt
# botocore
# minio
# requests
uvicorn==0.19.0
uvicorn==0.22.0
# via -r requirements/common-requirements.txt
wasabi==0.10.1
# via
Expand Down
30 changes: 16 additions & 14 deletions requirements/common-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile common-requirements.in
#
anyio==3.6.2
anyio==3.7.0
# via starlette
boto3==1.25.0
# via -r common-requirements.in
botocore==1.28.5
# via
# boto3
# s3transfer
certifi==2022.12.7
certifi==2023.5.7
# via
# minio
# requests
charset-normalizer==2.1.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via uvicorn
fastapi==0.92.0
exceptiongroup==1.1.1
# via anyio
fastapi==0.95.2
# via -r mini-requirements.in
h11==0.14.0
# via uvicorn
Expand All @@ -42,36 +44,36 @@ pandas==1.5.1
# via -r common-requirements.in
psycopg2-binary==2.9.4
# via -r common-requirements.in
pydantic==1.10.2
pydantic==1.10.8
# via
# -r mini-requirements.in
# fastapi
python-dateutil==2.8.2
# via
# botocore
# pandas
pytz==2022.7.1
pytz==2023.3
# via pandas
requests==2.28.1
requests==2.31.0
# via -r mini-requirements.in
s3transfer==0.6.0
s3transfer==0.6.1
# via boto3
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
sqlalchemy==1.4.42
# via -r common-requirements.in
starlette==0.25.0
starlette==0.27.0
# via fastapi
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# pydantic
# starlette
urllib3==1.26.14
urllib3==1.26.16
# via
# botocore
# minio
# requests
uvicorn==0.19.0
uvicorn==0.22.0
# via -r mini-requirements.in
2 changes: 1 addition & 1 deletion submodules/model

0 comments on commit 06ec696

Please sign in to comment.