Skip to content

apmt/challenge1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/apmt/challenge1

How to run with docker

Go to challenge2 directory:

cd challenge1

Start docker (on ubuntu):

sudo dockerd

Build and run image iteratively:

docker image build -t ana_c1 .
docker container run -it ana_c1

Run the script on docker image cli:

python main.py

WARNING: Kill all process/containers and delete all images

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -q)

How to run without docker

sudo apt update
sudo apt -y upgrade
sudo apt install -y python3-pip
sudo apt install -y build-essential libssl-dev libffi-dev python3-dev
sudo apt install python-is-python3
cd challenge1
pip install -r requirements
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages