Skip to content

PruthvinathR/RedditXplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to deploy the containerized Reddit Sentiment Analysis to Google Cloud Run:

Set environment variables

export GCLOUD_PROJECT="your-project-name"

export REPO="your-repo-name"

export REGION="us-east4"

export IMAGE="image-name"

Build the image

docker build -t $IMAGE_TAG -f path/to/Dockerfile --platform linux/x86_64 .

Push it to Artifact Registry:

docker push $IMAGE_TAG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published