Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 322 Bytes

README.md

File metadata and controls

executable file
·
16 lines (12 loc) · 322 Bytes

SummarizerPWA with Bart Large CNN ⚡️🔥🚀

Setup

  1. docker-compose --env-file FILE_NAME.env up -d --build
  2. docker-compose logs web -f

DB setup

Go inside the web-db running container and use the postgres CLI:

docker-compose exec web-db psql -U postgres

\c web_dev
\dt # shows tables
\q # exit