File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed
Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1- FROM kernai/refinery-parent-images:v1.23 .0-torch-cpu
1+ FROM kernai/refinery-parent-images:v2.0 .0-torch-cpu
22
33RUN apt-get update && \
44 apt-get install --no-install-recommends -y curl libgomp1 && \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ argon2-cffi-bindings==21.2.0
2424 # argon2-cffi
2525boto3 == 1.39.6
2626 # via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
27- botocore == 1.39.6
27+ botocore == 1.39.10
2828 # via
2929 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
3030 # boto3
@@ -46,7 +46,7 @@ click==8.2.1
4646 # via
4747 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
4848 # uvicorn
49- fastapi == 0.115.2
49+ fastapi == 0.116.1
5050 # via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
5151filelock == 3.18.0
5252 # via
@@ -93,7 +93,7 @@ joblib==1.5.1
9393 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
9494 # scikit-learn
9595 # scikit-optimize
96- lightgbm == 4.1 .0
96+ lightgbm == 4.6 .0
9797 # via -r requirements/requirements.in
9898markupsafe == 3.0.2
9999 # via
@@ -173,7 +173,7 @@ requests==2.32.4
173173 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
174174 # huggingface-hub
175175 # transformers
176- s3transfer == 0.13.0
176+ s3transfer == 0.13.1
177177 # via
178178 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
179179 # boto3
@@ -208,7 +208,7 @@ sniffio==1.3.1
208208 # anyio
209209sqlalchemy == 1.4.42
210210 # via -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
211- starlette == 0.40.0
211+ starlette == 0.47.2
212212 # via
213213 # -r /home/runner/work/refinery-submodule-parent-images/refinery-submodule-parent-images/refinery-ml-exec-env/requirements/torch-cpu-requirements.txt
214214 # fastapi
@@ -244,6 +244,7 @@ typing-extensions==4.14.1
244244 # minio
245245 # pydantic
246246 # pydantic-core
247+ # starlette
247248 # torch
248249urllib3 == 2.5.0
249250 # via
Original file line number Diff line number Diff line change 44# scipy==1.9.0
55sequencelearn==0.0.9
66xgboost==2.0.1
7- lightgbm==4.1 .0
7+ lightgbm==4.6 .0
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ argon2-cffi-bindings==21.2.0
1616 # via argon2-cffi
1717boto3==1.39.6
1818 # via -r common-requirements.in
19- botocore==1.39.6
19+ botocore==1.39.10
2020 # via
2121 # boto3
2222 # s3transfer
@@ -30,7 +30,7 @@ charset-normalizer==3.4.2
3030 # via requests
3131click==8.2.1
3232 # via uvicorn
33- fastapi==0.115.2
33+ fastapi==0.116.1
3434 # via -r mini-requirements.in
3535filelock==3.18.0
3636 # via
@@ -117,7 +117,7 @@ requests==2.32.4
117117 # -r mini-requirements.in
118118 # huggingface-hub
119119 # transformers
120- s3transfer==0.13.0
120+ s3transfer==0.13.1
121121 # via boto3
122122safetensors==0.5.3
123123 # via transformers
@@ -137,7 +137,7 @@ sniffio==1.3.1
137137 # via anyio
138138sqlalchemy==1.4.42
139139 # via -r common-requirements.in
140- starlette==0.40.0
140+ starlette==0.47.2
141141 # via fastapi
142142sympy==1.14.0
143143 # via torch
@@ -161,6 +161,7 @@ typing-extensions==4.14.1
161161 # minio
162162 # pydantic
163163 # pydantic-core
164+ # starlette
164165 # torch
165166urllib3==2.5.0
166167 # via
You can’t perform that action at this time.
0 commit comments