Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

postBuild 337 B

12345678910111213
  1. # エラーが無視されるのを防ぐため
  2. set -e
  3. # 必要なパッケージのインストール
  4. conda install git-annex=10.20220624
  5. conda install git=2.37.1
  6. conda install datalad=0.17.2
  7. conda install chardet==4.0.0
  8. pip install --upgrade pip
  9. pip install notebook
  10. pip install nbformat==5.2.0
  11. pip install black==21.12b0