You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refer to the [Blog Post here](https://www.ravirajag.dev/blog/mlops-container-registry)
218
+
219
+
A container registry is a place to store container images. A container image is a file comprised of multiple layers which can execute applications in a single instance. Hosting all the images in one stored location allows users to commit, identify and pull images when needed.
220
+
221
+
Amazon Simple Storage Service (S3) is a storage for the internet. It is designed for large-capacity, low-cost storage provision across multiple geographical regions.
222
+
223
+
In this week, I will be going through the following topics:
Copy file name to clipboardexpand all lines: week_7_ecr/README.md
+56-9
Original file line number
Diff line number
Diff line change
@@ -66,21 +66,44 @@ python inference.py
66
66
python inference_onnx.py
67
67
```
68
68
69
-
### Google Service account
69
+
##S3 & ECR
70
70
71
-
Create service account using the steps mentioned here: [Create service account](https://www.ravirajag.dev/blog/mlops-github-actions)
71
+
Follow the instructions mentioned in the [blog post](https://www.ravirajag.dev/blog/mlops-container-registry) for creating S3 bucket and ECR repository.
0 commit comments