ratt-ru / radiopadre-client

Minimal client-side scripts to run radiopadre notebooks
MIT License
5 stars 0 forks source link

check timestamps of singularity images to avoid rebuilds #22

Closed o-smirnov closed 4 years ago

o-smirnov commented 4 years ago

Currently -u forces an simg rebuild every time. Instead do docker pull, then:

$ docker inspect -f '{{ .Created }}' osmirnov/radiopadre:1.0pre10
2020-04-29T16:45:27.918890099Z

....and compare timestamp to singularity image.