MLOps-Basics icon indicating copy to clipboard operation
MLOps-Basics copied to clipboard

Lambda Environent Support for SQLite3 Older Versions

Open Greviansonula opened this issue 1 year ago • 2 comments

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

Screenshot 2023-08-16 225000

Greviansonula avatar Aug 16 '23 19:08 Greviansonula