Skip to content

Instantly share code, notes, and snippets.

View andycui97's full-sized avatar

Andrew Cui andycui97

View GitHub Profile
@andycui97
andycui97 / lineapy_config.json
Created September 19, 2022 23:11
Lineapy config.json for remote artifact store (minio store, postgres db)
{
"storage_options": {
"key": "lineapy",
"secret": "lineapypassword",
"client_kwargs": {
"endpoint_url": "http://minio:9000"
}
},
"artifact_storage_dir": "s3://lineapy-artifact-store",
"customized_annotation_folder": "/home/jovyan/work/.lineapy/custom-annotations",