Skip to content

Commit

Permalink
Blog b1_afi (#14)
Browse files Browse the repository at this point in the history
* Add notebook template

* Add AFI notebook and modify Dockerfile

* gti clone changes

* git clone branches

* Update sos's

* Add matplotlib

* Change git checkout commit number

* Fixes to figures
  • Loading branch information
jvelazquez-reyes authored Sep 9, 2020
1 parent 2a60cc5 commit b9a8647
Show file tree
Hide file tree
Showing 7 changed files with 2,040 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ RUN apt-get update && \

RUN cd $HOME/work;\
pip install octave_kernel \
sos==0.17.7 \
sos-notebook==0.17.2 \
sos==0.19.8 \
sos-r \
sos-notebook==0.19.4 \
sos-python==0.9.12.1 \
sos-bash==0.12.3 \
sos-matlab==0.9.12.1 \
Expand All @@ -52,19 +53,20 @@ RUN cd $HOME/work;\
sos-julia==0.9.12.1 \
sos-javascript==0.9.12.2 \
scipy \
plotly \
matplotlib \
plotly==3.10.0 \
dash \
dash_core_components \
dash_html_components \
dash_dangerously_set_inner_html \
dash-renderer \
flask; \
python -m sos_notebook.install;\
git clone https://github.com/qMRLab/t1_notebooks.git; \
git clone -b blog_afi https://github.com/jvelazquez-reyes/t1_notebooks.git; \
cd t1_notebooks;\
git clone https://github.com/neuropoly/qMRLab.git; \
git clone -b update_2.5.0 https://github.com/qMRLab/qMRLab.git; \
cd qMRLab; \
git checkout 0e97155a6e310911e575ebd8f8870e5f2988a82b; \
git checkout b69168f02f0680471a0c5590114752c037c9b041; \
cd ..; \
chmod -R 777 $HOME/work/t1_notebooks; \
octave --eval "cd qMRLab; \
Expand Down
Loading

0 comments on commit b9a8647

Please sign in to comment.