We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8c042 commit 012e7cbCopy full SHA for 012e7cb
.gitpod.Dockerfile
@@ -5,10 +5,16 @@ FROM gitpod/workspace-full
5
# RUN brew install bastet
6
#
7
# More information: https://www.gitpod.io/docs/config-docker/
8
+RUN pip install --upgrade pip
9
RUN pip install nbdev
10
RUN pip install networkx
11
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
16
RUN nbdev_install_git_hooks
17
# Jekyll for GitHub Pages
18
+RUN sudo apt-get install ruby-full build-essential zlib1g-dev
19
RUN gem install jekyll bundler
-RUN cd docs && bundle install
20
+RUN cd docs && bundle install
0 commit comments