#!/bin/bash CURDIRNAME=${PWD##*/} docker run -it --rm -v $(pwd):/wd ${USER}_${CURDIRNAME} bash -l -c "dvc pull"