File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM kernai/refinery-parent-images:v1.17.0 -torch-cpu
1
+ FROM kernai/refinery-parent-images:v1.17.1 -torch-cpu
2
2
3
3
RUN apt-get update && \
4
4
apt-get install --no-install-recommends -y curl libgomp1 && \
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ regex==2024.5.15
120
120
# via
121
121
# -r requirements/torch-cpu-requirements.txt
122
122
# transformers
123
- requests == 2.32.0
123
+ requests == 2.32.3
124
124
# via
125
125
# -r requirements/torch-cpu-requirements.txt
126
126
# huggingface-hub
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pyyaml==6.0.1
87
87
# transformers
88
88
regex==2024.5.15
89
89
# via transformers
90
- requests==2.32.0
90
+ requests==2.32.3
91
91
# via
92
92
# -r mini-requirements.in
93
93
# huggingface-hub
You can’t perform that action at this time.
0 commit comments