A Dockerized environment to Fine-tune FLAN-T5 for chat & dialogue summarization based on the following excellent blog post.
Be sure you have Docker installed and running.
$ docker --version
Docker version 20.10.21, build baeda1f
To spin up the notebook environment run
$ docker-compose up
And then go to http://127.0.0.1:8888/lab?token=passwd to access the notebook.
Happy hacking !