Skip to content

ahmad-Wattar/Websuche-und-Information-Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12d3f55 · Jul 23, 2021

History

37 Commits
Jul 23, 2021
Jul 23, 2021
Mar 16, 2021
Jul 23, 2021
Jul 23, 2021
Mar 16, 2021
Mar 16, 2021
Jul 23, 2021
Mar 16, 2021
Jul 23, 2021
Jul 23, 2021
Feb 15, 2021
Jan 4, 2021
Feb 15, 2021
Jul 23, 2021
Jul 23, 2021
Jul 23, 2021
Mar 16, 2021
Jul 23, 2021
Jul 23, 2021
Jan 3, 2021

Repository files navigation

To test the proposed solution create a docker container and run the provided bash files within it.

1. Creating image from the main directory of the repository:
sudo docker build -f ./Docker/Dockerfile -t <imagename>

2. Creating container:
sudo docker run -t -d --name <dockername> <imagename>

3. Running container:
sudo docker exec -it <dockername> /bin/bash

4. Executing files within the container:
bash my-software.sh
bash eval.sh

In case of errors try commands without sudo.
To remove the container run following commands outside of the container:

sudo docker ps -a 

Copy CONTAINER ID and execute the following commands:
sudo docker stop <CONTAINER ID>
sudo docker rm <CONTAINER ID>




The final version used in Touche Lab 2021 is stored under final_version_for_tira.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published