Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "apps/spacemacs"]
path = apps/spacemacs
url = https://github.com/syl20bnr/spacemacs
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER apr
USER root

RUN apt-get update && \
apt-get install -y libtool-bin libffi-dev ruby ruby-dev make git autoconf pkg-config plantuml python3-pip git libtinfo-dev libzmq3-dev libcairo2-dev libpango1.0-dev libmagic-dev libblas-dev liblapack-dev nodejs wget gnupg
apt-get install -y libtool-bin libffi-dev ruby ruby-dev make git autoconf pkg-config plantuml python3-pip git libtinfo-dev libzmq3-dev libcairo2-dev libpango1.0-dev libmagic-dev libblas-dev liblapack-dev nodejs wget gnupg fonts-powerline
RUN gem install ffi-rzmq iruby
RUN iruby register --force
RUN chown jovyan:users /home/jovyan/.ipython && chmod 740 /home/jovyan/.ipython
Expand Down Expand Up @@ -67,6 +67,7 @@ RUN pip3 install --upgrade pip && hash -r pip
RUN chown -R jovyan:users /home/jovyan /lgo
USER jovyan

COPY apps/spacemacs /home/jovyan/.emacs.d
RUN go get github.com/yunabe/lgo/cmd/lgo && go get -d github.com/yunabe/lgo/cmd/lgo-internal
RUN go get -u github.com/nfnt/resize
RUN go get -u gonum.org/v1/gonum/...
Expand All @@ -86,4 +87,4 @@ RUN conda install -c conda-forge ipywidgets beakerx
RUN jupyter labextension install beakerx-jupyterlab
RUN python3 $GOPATH/src/github.com/yunabe/lgo/bin/install_kernel
RUN node /opt/conda/lib/python3.6/site-packages/jupyterlab/staging/yarn.js install
RUN jupyter labextension install @yunabe/lgo_extension
RUN jupyter labextension install @yunabe/lgo_extension
1 change: 1 addition & 0 deletions apps/spacemacs
Submodule spacemacs added at c7a103