Browse Source

postbuild作成

rino mizuguchi 1 year ago
parent
commit
8c64b5c96a
1 changed files with 14 additions and 0 deletions
  1. 14 0
      postBuild

+ 14 - 0
postBuild

@@ -0,0 +1,14 @@
+#!/bin/bash	
+	# エラーが無視されるのを防ぐため
+	set -e
+
+	# 必要なパッケージのインストール
+	conda install git-annex=8.20210903
+	conda install git=2.35.0
+	conda install datalad=0.15.4
+	pip install papermill==2.3.3
+	pip install blockdiag==3.0.0
+	pip install lxml==4.7.1
+	pip install nbformat==5.2.0
+	pip install black==21.12b0
+