Sage-Bionetworks-Challenges / Multi-seq-Data-Analysis-DREAM-Challenge-Infra

Apache License 2.0
1 stars 1 forks source link

Limit volume size of submissions #25

Closed rrchai closed 1 year ago

rrchai commented 1 year ago

Also, before the model failed, the output volume is not cleaned up until successful submissions. Now, the volume can be easily removed after failure.

> docker inspect  9729442

        "Mounts": [
            {
                "Type": "bind",
                "Source": "/home/ec2-user/challenge-data/downsampled/scrna-synthetic",
                "Destination": "/input",
                "Mode": "ro",
                "RW": false,
                "Propagation": "rprivate"
            },
            {
                "Type": "volume",
                "Name": "9729442",
                "Source": "/var/lib/docker/volumes/args.submissionid/_data",
                "Destination": "/output",
                "Driver": "local",
                "Mode": "rw",
                "RW": true,
                "Propagation": ""
            }