Skip to content
Snippets Groups Projects
Select Git revision
  • d3ad9ff3d27c8823d1f6f7e8db8481a5c0536e9a
  • demo_ci_gitlab_pages default
  • demo_gitlab_ci
  • 5-images-in-annotations
  • 5-final-images
  • 5-chpk-images-in-annot
  • tetras-main protected
  • 5-rebase-images-in-annot
  • 5-wip-images-in-annot
  • tmp
  • 1-edit-annotations-on-videos
  • 5-old-images-in-annotations
  • old_demo_ci_gitlab_pages
  • images_annotations
  • wip
  • devsetup
  • wip-annot-video-ui
  • wip-annotations-on-videos
  • master
  • v0.4.0_react16
  • wip-debugging-annotations
21 results

setupJest.js

Blame
  • Forked from IIIF / Mirador / Mirador annotations
    Source project has a limited visibility.
    install-anaconda.sh 700 B
    #!/usr/bin/env bash
    
    wget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
    
    bash Anaconda3-2023.09-0-Linux-x86_64.sh -b
    
    chown kasm-user:kasm-user anaconda3
    
    # # >>> conda initialize >>>
    # # !! Contents within this block are managed by 'conda init' !!
    # __conda_setup="\$('/home/kasm-user/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
    # if [ \$? -eq 0 ]; then
    #     eval "\$__conda_setup"
    # else
    #     if [ -f "/home/kasm-user/anaconda3/etc/profile.d/conda.sh" ]; then
    #         . "/home/kasm-user/anaconda3/etc/profile.d/conda.sh"
    #     else
    #         export PATH="/home/kasm-user/anaconda3/bin:\$PATH"
    #     fi
    # fi
    # unset __conda_setup
    # # <<< conda initialize <<<