Skip to content

tqa236/auto-insurance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto insurance

Open In Colab Binder

Run with Docker Hub's image

docker run -it -p 8888:8888 tqa236/auto-insurance:latest

Docker command

Build image:

docker build --tag auto_insurance .

Run container:

docker run --rm -it -p 8888:8888 -v "$(pwd):/auto_insurance" auto_insurance

Install dependencies without Docker

pip install  --no-cache-dir --default-timeout=1000 -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published