Azure / MLAKSDeployment

How to deploy Python models on a Kubernetes cluster
MIT License
14 stars 11 forks source link

Appending to .env makes notebook 05 brittle #13

Closed marabout2015 closed 5 years ago

marabout2015 commented 6 years ago

Appending to the .env file makes notebook 05 brittle.

marabout2015 commented 5 years ago

Resolved by using dotenv functions to add values to the dotenv file.

fboylu commented 5 years ago

thanks Mario.