Skip to content
Snippets Groups Projects
Select Git revision
  • 4dc8c92f51e6e881bdd23734127c5af1fab1bfe7
  • main default protected
  • ud_training_script
  • fix_seed
  • merged-with-ner
  • multiword_fix_transformer
  • transformer_encoder
  • combo3
  • save_deprel_matrix_to_npz
  • master protected
  • combo-lambo
  • lambo-sent-attributes
  • adding_lambo
  • develop
  • update_allenlp2
  • develop_tmp
  • tokens_truncation
  • LR_test
  • eud_iwpt
  • iob
  • eud_iwpt_shared_task_bert_finetuning
  • 3.3.1
  • list
  • 3.2.1
  • 3.0.3
  • 3.0.1
  • 3.0.0
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
34 results

combo

  • Clone with SSH
  • Clone with HTTPS
  • ShellValier v2

    Running the development environment

    In order to run the development environment locally:

    1. Make sure you have Docker Desktop and Docker Compose installed.

    2. Build and run the project by executing:

       ./docker/scripts/run-docker
       
       docker-compose stop backend — bo reset_db.sh nie lubi jak coś się łączy do bazki
       docker-compose run backend bash — I w nim ./reset_db.sh
       docker-compose start backend

    Working in the development environment

    Whenever you need to establish an interactive bash session in the running applicaiton container, execute:

        ./docker/scripts/docker-bash