Skip to content
Snippets Groups Projects
Select Git revision
  • 22148d8f313eff5cc4d66d7b7efb66c346243197
  • master default protected
  • vertical_relations
  • lu_without_semantic_frames
  • hierarchy
  • additional-unification-filters
  • v0.1.1
  • v0.1.0
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
17 results

__init__.py

Blame
  • prepare_docker.sh 252 B
    #!/bin/bash
    
    SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
    
    docker build -t techmo-asr "$SCRIPT_DIR"
    docker tag techmo-asr docker-registry.theliver.pl/techmo-asr:1.1
    docker push docker-registry.theliver.pl/techmo-asr:1.1