Closed hanxiao closed 3 years ago
Hello @hanxiao . Can you please elaborate this issue? I'd like to contribute. Thank you!
@StutiV Good to hear you would like to contribute! 🥳🥳🥳 As a first step, you could update the hub components and fix the version numbers to the latest working version. Implementing this automation in our build pipeline might be a bit too difficult when you are new to Jina.
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 4 days
resolved by #1587
Not solved until hub_builer uses proper image. Right now when opening a PR to hub, the version not yet published is used and thus no jina pip package found
The new version is now published. https://github.com/jina-ai/action-hub-builder/releases/tag/v0.8
Describe the feature
originally from @florian-hoenicke : https://jinaai.slack.com/archives/C018QC78L84/p1606762818107400
For the sake of deterministic builds it would make sense to me if we always have fixed versions. What do you think? Example
->
Your proposal
add the
freeze
logic to here https://github.com/jina-ai/jina/blob/master/jina/docker/hubio.py#L303should be a quick work, the logic is:
jina hub build xxx
requirements.txt
to that freezer version, old namedrequirements.old
requirments.txt
requirements.old
to.txt
to users.@cristianmtr may also related
Environment
Screenshots