Skip to content

Commit

Permalink
new parent image (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartSchmidtKern authored Apr 15, 2024
1 parent 39a8498 commit 8a558da
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 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.14.0-common
FROM kernai/refinery-parent-images:v1.15.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.14.0-common
FROM kernai/refinery-parent-images:v1.15.0-common

WORKDIR /app

Expand Down
13 changes: 8 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements/requirements.in
Expand Down Expand Up @@ -49,11 +49,15 @@ exceptiongroup==1.2.0
# anyio
fastapi==0.110.0
# via -r requirements/common-requirements.txt
greenlet==3.0.3
# via
# -r requirements/common-requirements.txt
# sqlalchemy
h11==0.14.0
# via
# -r requirements/common-requirements.txt
# uvicorn
idna==3.6
idna==3.7
# via
# -r requirements/common-requirements.txt
# anyio
Expand Down Expand Up @@ -104,7 +108,7 @@ pydantic==1.10.8
# thinc
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/common-requirements.txt
# botocore
Expand Down Expand Up @@ -156,13 +160,12 @@ typer==0.4.2
# via
# pathy
# spacy
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/common-requirements.txt
# anyio
# fastapi
# pydantic
# starlette
urllib3==1.26.18
# via
# -r requirements/common-requirements.txt
Expand Down
11 changes: 6 additions & 5 deletions requirements/common-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile common-requirements.in
Expand All @@ -24,9 +24,11 @@ exceptiongroup==1.2.0
# via anyio
fastapi==0.110.0
# via -r mini-requirements.in
greenlet==3.0.3
# via sqlalchemy
h11==0.14.0
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand All @@ -48,7 +50,7 @@ pydantic==1.10.8
# via
# -r mini-requirements.in
# fastapi
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# pandas
Expand All @@ -66,12 +68,11 @@ sqlalchemy==1.4.42
# via -r common-requirements.in
starlette==0.36.3
# via fastapi
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# anyio
# fastapi
# pydantic
# starlette
urllib3==1.26.18
# via
# botocore
Expand Down
2 changes: 1 addition & 1 deletion submodules/s3

0 comments on commit 8a558da

Please sign in to comment.