Skip to content

DeveloperDowny/make_anything_digestible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the following commands to build and run the docker container

docker build -t myimage .

docker run -d --name mycontainer -p 8080:8080 myimage
    

Deploying on Cloud Run

gcloud auth login docker build -t gcr.io/mproj-404317/mad-back . gcloud auth configure-docker docker push gcr.io/mproj-404317/mad-back gcloud run deploy mad-back --image gcr.io/mproj-404317/mad-back:latest --platform managed --region us-central1 --allow-unauthenticated --service-account 389410602539-compute@developer.gserviceaccount.com

About

Break big concepts into small digestible topics and get their LLM explanations over email daily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors