Connect to HPC and run the following commands.
module load Workspace
salloc --time=02:00:00 --mem-per-cpu=4G --partition=gpu-invest --gres=gpu:rtx3090:1
srun --pty bash
squeue --me
sidecar
, the same way you would compile flask to embed it in Electron.
This is the designated use case for Tauri:
otpc99.unibe.ch
.sudo docker exec -it webannotator_celery_1 celery call web_annotator.tasks.create_export_partial --kwargs='{"project_id":6, "recipient":"[email protected]", "host":"http://dome.artorg.unibe.ch:8080/annotator"}'
changing project id to desired value. To check project ids: http://dome.artorg.unibe.ch:8080/annotator/admin/web_annotator/project/.http://otpc99.unibe.ch:5555/
in your browser and check export status (it should be failed)./home/otlartorg/web_annotator/data-storage/tmp
, just pick and scp
the one with the latest creation date.scp
command to copy to local computer: scp otpc99:/home/otlartorg/web_annotator/data-storage/tmp/ae2d168aa557414fb1f9c5db901e25ac.zip Documents/development/amd-annotation/data_analysis/
ssh-keygen -t rsa -b 4096 -C "ubelix"
and decide path and passphrase.~/.ssh/config
:
Host ubelix
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa_ubelix
Hostname submit03.unibe.ch
User <YOUR_USER_HERE>
ServerAliveInterval 60