Skip to content

ToluClassics/transformers_notebook

Repository files navigation

NoteFormers

Easily Run JupyterLab Notebooks pre-installed with the Transformers Library and other popular NLP frameworks by running a Docker container.

Alt Text

Docker Hub

Docker Pull Command for Docker image with sagemath Kernel installed.

docker pull toluclassics/transformers_notebook

GitHub

Clone the repository and build the docker image

Docker build -t $tag .

Jupyter Docker Stacks - Community Stack version

This project is developed with the helpful guide of Jupyter Docker Stacks. The base container is jupyter/base-notebook and this Community Stack is setup via the guide.