DeepLearningExamples/PyTorch/LanguageModeling/BERT/scripts/docker/build.sh
Przemek Strzelczyk 0663b67c1a Updating models
2019-07-08 22:51:28 +02:00

10 lines
166 B
Bash

#!/bin/bash
# Check running from repository root
if [ ! -d .git ]; then
echo "Not running from repository root! Exiting."
exit 1
fi
docker build . --rm -t bert