Easily Run JupyterLab Notebooks pre-installed with the Transformers Library and other popular NLP frameworks by running a Docker container.
Docker Pull Command for Docker image with sagemath Kernel installed.
docker pull toluclassics/transformers_notebook
Clone the repository and build the docker image
Docker build -t $tag .
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.