MLOps-Basics
MLOps-Basics copied to clipboard
Lambda Environent Support for SQLite3 Older Versions
dvc pull fails with the error on the screenshot, I tried downloading latest sqlite3 and compile from source but turns out lambda environment doesn't give much control
# # Configuring remote server in dvc
RUN dvc init --no-scm -f
RUN dvc remote add -d storage s3://basicmlops/dvcstore
# # pulling the trained model
RUN dvc pull dvcfiles/trained_model.dvc