File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
section-07-ci-and-publishing/house-prices-api/app Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 - run :
5555 name : Deploy to Railway App (You must set RAILWAY_TOKEN env var)
5656 command : |
57- cd section-07-ci-and-publishing/house-prices-api && railway up --detach
57+ cd section-07-ci-and-publishing/house-prices-api && railway up --detach -s combative-rifle -e production
5858
5959 section_07_test_and_upload_regression_model :
6060 << : *defaults
9292 - run :
9393 name : Build and run Dockerfile (see https://docs.railway.app/deploy/dockerfiles)
9494 command : |
95- cd section-08-deploying-with-containers && railway up --detach
95+ cd section-08-deploying-with-containers && railway up --detach -s combative-rifle -e production
9696
9797 test_regression_model_py37 :
9898 docker :
Original file line number Diff line number Diff line change 1- # Deployment of Machine Learning Models
1+ # Deployment of Machine Learning Models updated
22Accompanying repo for the online course Deployment of Machine Learning Models.
33
44For the documentation, visit the [ course on Udemy] ( https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO ) .
Original file line number Diff line number Diff line change 1- __version__ = "0.0.2 "
1+ __version__ = "0.0.5 "
You can’t perform that action at this time.
0 commit comments