A Plagiarism Checker!
Source - contains the problem statement and the required files.
For the first time, run
docker build . --tag copycatchers
docker run --interactive --tty --volume .:/home/Loki/plagiarism_checker --name=NP-MOS --network=bridge --hostname=Midgard copycatchers:latest
To use the docker container, run
docker start --attach --interactive NP-MOS
for a shorter command, use:
docker start -ai NP-MOS
Note
The password for the user Loki
is huffman
.
If not present, create a .vscode
directory in the project repository, create a new file called settings.json
and add the following code in it: