in containers/Shoot/line/train.py [0:0]
def save(): path=os.environ["SM_MODEL_DIR"] with open('%s/model.tmp'%(path),"w") as f: f.write("hello")