Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
414c18ef08
|
|||
419eb97916
|
|||
b38acc1f0f
|
|||
3fb3602163
|
@ -27,7 +27,7 @@ do
|
||||
image_name="${image_name%%:*}"
|
||||
image_tag="${image_url##*:}"
|
||||
|
||||
if [[ "$image_tag" =~ ^((gpu)|(cpu)-)?((arm64)|(amd64))$ ]];
|
||||
if [[ "$image_tag" =~ ^((gpu-)|(cpu-))?((arm64)|(amd64))$ ]];
|
||||
then
|
||||
|
||||
echo "Push:"
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -885,7 +885,7 @@ about a riddle.</p>
|
||||
</div>
|
||||
<div id="RiddleData.file_plain" class="classattr">
|
||||
<div class="attr variable">
|
||||
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=<function _check_data_file at 0x105aed3a0>), WrapValidator(func=<function _ignore_file_missing at 0x105e105e0>, json_schema_input_type=PydanticUndefined)]</span>
|
||||
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=<function _check_data_file at 0x1063893a0>), WrapValidator(func=<function _ignore_file_missing at 0x1066ac5e0>, json_schema_input_type=PydanticUndefined)]</span>
|
||||
|
||||
|
||||
</div>
|
||||
@ -901,7 +901,7 @@ The file must exist.</p>
|
||||
</div>
|
||||
<div id="RiddleData.file_extracted" class="classattr">
|
||||
<div class="attr variable">
|
||||
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=<function _check_data_file at 0x105aed3a0>), WrapValidator(func=<function _ignore_file_missing at 0x105e105e0>, json_schema_input_type=PydanticUndefined)]]</span>
|
||||
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=<function _check_data_file at 0x1063893a0>), WrapValidator(func=<function _ignore_file_missing at 0x1066ac5e0>, json_schema_input_type=PydanticUndefined)]]</span>
|
||||
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user