Browse Source

'postBuild' を追加

rino mizuguchi 1 year ago
parent
commit
049bd4983c
1 changed files with 13 additions and 0 deletions
  1. 13 0
      postBuild

+ 13 - 0
postBuild

@@ -0,0 +1,13 @@
+	# エラーが無視されるのを防ぐため
+	set -e
+
+	# 必要なパッケージのインストール
+
+	conda install git-annex=10.20220624
+	conda install git=2.37.1
+	conda install datalad=0.17.2
+	conda install chardet==4.0.0
+	pip install --upgrade pip
+	pip install notebook
+	pip install nbformat==5.2.0
+	pip install black==21.12b0