Skip to content

touche-webis-de/shirshakova21

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • Jupyter Notebook 100.0%