Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +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).

update2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.5"