112112 # create a docker image to run your package with all the dependencies included.
113113 # Please update the image name below:
114114 # TODO: Talk with Tejas to align on image naming.
115- image = "my-local- image/my-package:0.0.1 " ,
115+ image = "<your- image-name> " ,
116116
117117 # TODO: Discuss with Tejas about a process for creating secrets
118118 secrets = ["my-minio-creds" ],
149149 },
150150 },
151151
152- image = "my-local- image/my-package:0.0.1 " ,
152+ image = "<your- image-name> " ,
153153 secrets = ["my-minio-creds" ],
154154 env_vars = {
155155 "MLFLOW_TRACKING_URI" : f"http://{ MINIKUBE_GATEWAY } :5000" ,
174174 "key" : "return_value" ,
175175 },
176176 },
177- image = "my-local- image/my-package:0.0.1 " ,
177+ image = "<your- image-name> " ,
178178 secrets = ["my-minio-creds" ],
179179 env_vars = {
180180 "MLFLOW_TRACKING_URI" : f"http://{ MINIKUBE_GATEWAY } :5000" ,
187187 trainer >> predictor
188188
189189
190- # TODO:
191- # [DONE] Update ti.xcom code with simple return dict statements.
192- # [DONE] Update the cookiecutter so that it allows using Airflow standalone (
193- # without
194- # MLOps) for projects requiring only Airflow.
195- # Make ECR work. How to add credentials?
196- # [DONE]Make sure task factory works out of the box when new projects are
197- # created.
198- # [DONE]Add tests for Airflow dags.
199- # [DONE]Update the documentation stating that we should only return simple
200- # objects from the
201- # main function that airflow needs to execute.
202- # [DONE]Update documentation providing best practices while working with
203- # Docker (
204- # cleanup images on registry, local etc.)
205- # S3 credentials access?
206- # Add sensor based DAGs
207- # [DONE] Add version.py in package
208- # [DONE] Improve change_me_train.py and other files.
209- # Make CI unittest using conda instead
210- # Update CI to use ECR credentials.
211- # Run ruff, isort.
212- # [done] Update documentation also including, restarting airflow service after
213- # env update. now possible using --restart
214- # [done] after starting prod, restart airflow containers.
215- # [done] on windows, run pytest --ignore=logs and before that run set
216- # [done] AIRFLOW_CONFIG=%cd%\airflow_test.cfg
217- # check jupyter notebooks if they work to be sure.
218- # [DONE] add task_factory tutorial
219- # [DONE] write up about the architecture
220- # [DONE] check all files and readmes once more.
221- # [DONE] update the architecture diagram in main README
190+
0 commit comments