From b81144868d05860707a345ee997847e21ff006c1 Mon Sep 17 00:00:00 2001 From: sezar543 Date: Mon, 27 Nov 2023 20:03:42 -0800 Subject: [PATCH 1/7] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fbf80b75..790653df7 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). + +update \ No newline at end of file From 8a033bebf5d756bd8dea7f002b297cc2f5e06e18 Mon Sep 17 00:00:00 2001 From: sezar543 Date: Mon, 27 Nov 2023 20:08:07 -0800 Subject: [PATCH 2/7] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 790653df7..99381ab60 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). -update \ No newline at end of file +update2 \ No newline at end of file From 1664f2e58d5a8ea005a1afec33eefdef58f6a67e Mon Sep 17 00:00:00 2001 From: Reza Sadoughian Date: Tue, 17 Sep 2024 22:12:32 -0700 Subject: [PATCH 3/7] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99381ab60..4020341f1 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). -update2 \ No newline at end of file +update3 \ No newline at end of file From 96b561cbded5bcdbc91e98cbfc2efd2bcb921062 Mon Sep 17 00:00:00 2001 From: Reza Sadoughian Date: Tue, 17 Sep 2024 23:56:29 -0700 Subject: [PATCH 4/7] bump api version --- .circleci/config.yml | 4 ++-- section-07-ci-and-publishing/house-prices-api/app/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 037645ab2..6ada746d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: Deploy to Railway App (You must set RAILWAY_TOKEN env var) command: | - cd section-07-ci-and-publishing/house-prices-api && railway up --detach + cd section-07-ci-and-publishing/house-prices-api && railway up --detach -s combative-rifle -e production section_07_test_and_upload_regression_model: <<: *defaults @@ -92,7 +92,7 @@ jobs: - run: name: Build and run Dockerfile (see https://docs.railway.app/deploy/dockerfiles) command: | - cd section-08-deploying-with-containers && railway up --detach + cd section-08-deploying-with-containers && railway up --detach -s combative-rifle -e production test_regression_model_py37: docker: diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index 3b93d0be0..27fdca497 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" From aa939ce1622033982e68cc40cd331a300f4fbc81 Mon Sep 17 00:00:00 2001 From: Reza Sadoughian Date: Wed, 18 Sep 2024 03:47:47 -0700 Subject: [PATCH 5/7] bump api version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4020341f1..ee21f4f1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Deployment of Machine Learning Models +# Deployment of Machine Learning Models updated Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). -update3 \ No newline at end of file +update2 \ No newline at end of file From fa025966380209a067f28476cfc26a1912680175 Mon Sep 17 00:00:00 2001 From: Reza Sadoughian Date: Wed, 18 Sep 2024 03:51:16 -0700 Subject: [PATCH 6/7] bump api version --- section-07-ci-and-publishing/house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index 27fdca497..81f0fdecc 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4" From 56dff378e835868bb80682a66d515fe9cfbf4a41 Mon Sep 17 00:00:00 2001 From: Reza Sadoughian Date: Wed, 18 Sep 2024 23:31:53 -0700 Subject: [PATCH 7/7] bump api version --- section-07-ci-and-publishing/house-prices-api/app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index 81f0fdecc..b1a19e323 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.0.5"