Docker build#1
Merged
Merged
Conversation
added 19 commits
April 18, 2024 09:02
This reverts commit 9b94a36.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the docker build so that it can be automated in Github Actions.
The Dockerfile was rewritten so that we based the image on a grobid image, rather than rebuilding everything from scratch from a tensorflow's image.
The word2vec embeddings (need for loading the GRU architecture of the dataseer-ML classifiers models) are not preprocessed because the space on github actions is limited and for the time being not used at the moment in favour of BERT based classifiers.