Skip to content
Snippets Groups Projects
prepare_docker.sh 283 B
Newer Older
#!/bin/bash

SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"

docker build --no-cache -t speechbrain-asr "$SCRIPT_DIR"
docker tag speechbrain-asr docker-registry.theliver.pl/speechbrain-asr:1.5
docker push docker-registry.theliver.pl/speechbrain-asr:1.5