#!/bin/bash HOME_DIR=/test BIN_DIR=${HOME_DIR}/bin LOG_DIR=${HOME_DIR}/logs git clone https://github.com/pytorch/examples.git ${HOME_DIR}/artifacts/examples ${BIN_DIR}/pytorch_tests/testPyTorchRegressionHelper || exit 1 exit 0