Skip to content

Commit 012e7cb

Browse files
committed
Try to fix .gitpod.Dockerfile, add new dependencies
1 parent ff8c042 commit 012e7cb

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)