DeepLearningExamples/PyTorch/LanguageModeling/BERT/scripts/docker/build.sh

10 lines
166 B
Bash
Raw Normal View History

2019-07-08 22:51:28 +02:00
#!/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