Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Docker images for transformers + notebooks (huggingface#3051)
* Added transformers-pytorch-cpu and gpu Docker images Signed-off-by: Morgan Funtowicz <[email protected]> * Added automatic jupyter launch for Docker image. Signed-off-by: Morgan Funtowicz <[email protected]> * Move image from alpine to Ubuntu to align with NVidia container images. Signed-off-by: Morgan Funtowicz <[email protected]> * Added TRANSFORMERS_VERSION argument to Dockerfile. Signed-off-by: Morgan Funtowicz <[email protected]> * Added Pytorch-GPU based Docker image Signed-off-by: Morgan Funtowicz <[email protected]> * Added Tensorflow images. Signed-off-by: Morgan Funtowicz <[email protected]> * Use python 3.7 as Tensorflow doesnt provide 3.8 compatible wheel. Signed-off-by: Morgan Funtowicz <[email protected]> * Remove double FROM instructions on transformers-pytorch-cpu image. Signed-off-by: Morgan Funtowicz <[email protected]> * Added transformers-tensorflow-gpu Docker image. Signed-off-by: Morgan Funtowicz <[email protected]> * use the correct ubuntu version for tensorflow-gpu Signed-off-by: Morgan Funtowicz <[email protected]> * Added pipelines example notebook Signed-off-by: Morgan Funtowicz <[email protected]> * Added transformers-cpu and transformers-gpu (including both PyTorch and TensorFlow) images. Signed-off-by: Morgan Funtowicz <[email protected]> * Docker images doesnt start jupyter notebook by default. Signed-off-by: Morgan Funtowicz <[email protected]> * Tokenizers notebook Signed-off-by: Morgan Funtowicz <[email protected]> * Update images links Signed-off-by: Morgan Funtowicz <[email protected]> * Update Docker images to python 3.7.6 and transformers 2.5.1 Signed-off-by: Morgan Funtowicz <[email protected]> * Added 02-transformers notebook. Signed-off-by: Morgan Funtowicz <[email protected]> * Trying to realign 02-transformers notebook ? Signed-off-by: Morgan Funtowicz <[email protected]> * Added Transformer image schema * Some tweaks on tokenizers notebook * Removed old notebooks. Signed-off-by: Morgan Funtowicz <[email protected]> * Attempt to provide table of content for each notebooks Signed-off-by: Morgan Funtowicz <[email protected]> * Second attempt. Signed-off-by: Morgan Funtowicz <[email protected]> * Reintroduce transformer image. Signed-off-by: Morgan Funtowicz <[email protected]> * Keep trying Signed-off-by: Morgan Funtowicz <[email protected]> * It's going to fly ! Signed-off-by: Morgan Funtowicz <[email protected]> * Remaining of the Table of Content Signed-off-by: Morgan Funtowicz <[email protected]> * Fix inlined elements for the table of content Signed-off-by: Morgan Funtowicz <[email protected]> * Removed anaconda dependencies for Docker images. Signed-off-by: Morgan Funtowicz <[email protected]> * Removing notebooks ToC Signed-off-by: Morgan Funtowicz <[email protected]> * Added LABEL to each docker image. Signed-off-by: Morgan Funtowicz <[email protected]> * Removed old Dockerfile Signed-off-by: Morgan Funtowicz <[email protected]> * Directly use the context and include transformers from here. Signed-off-by: Morgan Funtowicz <[email protected]> * Reduce overall size of compiled Docker images. Signed-off-by: Morgan Funtowicz <[email protected]> * Install jupyter by default and use CMD for easier launching of the images. Signed-off-by: Morgan Funtowicz <[email protected]> * Reduce number of layers in the images. Signed-off-by: Morgan Funtowicz <[email protected]> * Added README.md for notebooks. Signed-off-by: Morgan Funtowicz <[email protected]> * Fix notebooks link in README Signed-off-by: Morgan Funtowicz <[email protected]> * Fix some wording issues. Signed-off-by: Morgan Funtowicz <[email protected]> * Added blog notebooks too. Signed-off-by: Morgan Funtowicz <[email protected]> * Addressing spelling errors in review comments. Signed-off-by: Morgan Funtowicz <[email protected]> Co-authored-by: MOI Anthony <[email protected]>
- Loading branch information