Skip to content

Commit 923e377

Browse files
committed
one more touchup
1 parent df8a419 commit 923e377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/team-data-science-process/ci-cd-flask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use the downloaded source code and tutorial, you need the following prerequis
3434

3535
## CI/CD pipeline summary
3636

37-
Each new Git commit kicks off the Build pipeline. The build securely pulls the latest ML model from a blob storage account, and packages it as part of the application. This decoupling of the application development and data science workstreams ensures that the production app is always running the latest code with the latest ML model. If the app passes testing, the pipeline packages and securely stores the build image in a Docker container in ACR. The release pipeline then deploys the container using AKS.
37+
Each new Git commit kicks off the Build pipeline. The build securely pulls the latest ML model from a blob storage account, and packages it with the app code in a single container. This decoupling of the application development and data science workstreams ensures that the production app is always running the latest code with the latest ML model. If the app passes testing, the pipeline securely stores the build image in a Docker container in ACR. The release pipeline then deploys the container using AKS.
3838

3939
## CI/CD pipeline steps
4040

0 commit comments

Comments
 (0)