Skip to content

Commit 4ec254a

Browse files
committed
Merge branch 'jnareb/gitpod-setup'
* jnareb/gitpod-setup: Try to fix .gitpod.Dockerfile, add new dependencies
2 parents 1f09081 + 012e7cb commit 4ec254a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitpod.Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ FROM gitpod/workspace-full
55
# RUN brew install bastet
66
#
77
# More information: https://www.gitpod.io/docs/config-docker/
8+
RUN pip install --upgrade pip
89
RUN pip install nbdev
910
RUN pip install networkx
1011
RUN pip install matplotlib
12+
RUN pip install seaborn
13+
RUN pip install pandas
14+
RUN pip install tables
15+
CD /workspace/git-commit-graph-ext
1116
RUN nbdev_install_git_hooks
1217
# Jekyll for GitHub Pages
18+
RUN sudo apt-get install ruby-full build-essential zlib1g-dev
1319
RUN gem install jekyll bundler
14-
RUN cd docs && bundle install
20+
RUN cd docs && bundle install

0 commit comments

Comments
 (0)