4 Commits
v0.7 ... v0.7.3

Author SHA1 Message Date
414c18ef08 Finally fix push GPU image
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 38s
2024-10-30 15:15:25 +01:00
419eb97916 Fix Image Push
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 39s
2024-10-30 15:07:51 +01:00
b38acc1f0f Try to fix push error
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 37s
2024-10-30 15:04:39 +01:00
3fb3602163 Update Docs 2024-10-30 00:01:49 +01:00
4 changed files with 4 additions and 252 deletions

View File

@ -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

View File

@ -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=&lt;function _check_data_file at 0x105aed3a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x105e105e0&gt;, json_schema_input_type=PydanticUndefined)]</span>
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x1063893a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x1066ac5e0&gt;, 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=&lt;function _check_data_file at 0x105aed3a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x105e105e0&gt;, json_schema_input_type=PydanticUndefined)]]</span>
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x1063893a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x1066ac5e0&gt;, json_schema_input_type=PydanticUndefined)]]</span>
</div>