Parcourir la source

postbuild作成

rino mizuguchi il y a 2 ans
Parent
commit
8c64b5c96a
1 fichiers modifiés avec 14 ajouts et 0 suppressions
  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
+