Skip to content
View flmu's full-sized avatar

Block or report flmu

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mlflow-tracking-server mlflow-tracking-server Public

    MLFLow Tracking Server based on Docker and AWS S3

    Shell 70 21

  2. Python example for using docker-cred... Python example for using docker-credential-osxkeychain
    1
    #https://github.com/docker/docker-credential-helpers
    2
    import json
    3
    from subprocess import PIPE, STDOUT, Popen
    4
     
    5
    keychain_cmd = ["docker-credential-osxkeychain", "get"]