a multilingual extractive quesion answering system with XLM-RoBERTa using docker.
- open your terminal and clone the project into your local computer
git clone https://github.com/nguynking/hpc.git- navigate to the project directory
cd hpc/- build and start docker containers
docker-compose up --build-
navigating to
http://localhost:7860in your web browser (e.g. Chrome, Edge...) to use the interface -
if you want to stop the application, use command
Ctrl + C -
if you want to run the application again, open terminal and run following command:
docker-compose upif you find that the docker-compose build command accumulates a lot of space on your computer's hard drive, you should use docker system prune -a to clean your filesystem.