Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Keboola Docker Custom Python
Base image for Python components. See [documentation](https://developers.keboola.com/extend/) for more details about building components for KBC.

## License

MIT licensed, see [LICENSE](./LICENSE) file.
> **This repository has been archived.**
> It has been replaced by [keboola/runtime-images](https://github.com/keboola/runtime-images).
2 changes: 1 addition & 1 deletion python-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RUN mkdir $VIRTUAL_ENV \
&& pip3 install --no-cache-dir --find-links https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \
&& pip3 install --no-cache-dir --upgrade --force-reinstall \
git+https://github.com/keboola/sapi-python-client.git@0.4.0 \
keboola.component \
'keboola.component<1.9.0' \

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to samé jsem dělal na runtime-images repu... jinak neprojde build a nemohl bych mergnout

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ale je to jen pro Python 3.10 na tom novem, jo?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jj....tohle nic neudělá...netaguju to...nic... jen jsem chtěl aby prošel build

'cffi<2.0.0' \
charset-normalizer\<3 \
cryptography\<41 \
Expand Down
Loading