Commit f7fae801 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOCKER Notebook] Adding Haskell.

parent df9e976a
...@@ -85,25 +85,28 @@ RUN chown notebooks:notebooks -R /env_3-5 ...@@ -85,25 +85,28 @@ RUN chown notebooks:notebooks -R /env_3-5
### Notebook IHaskell and IPYTHON ENVIRONNEMENT ### Notebook IHaskell and IPYTHON ENVIRONNEMENT
######################################################################## ########################################################################
#RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
# libtinfo-dev \ libtinfo-dev \
# libzmq3-dev \ libzmq3-dev \
# libcairo2-dev \ libcairo2-dev \
# libpango1.0-dev \ libpango1.0-dev \
# libmagic-dev \ libmagic-dev \
# libblas-dev \ libblas-dev \
# liblapack-dev liblapack-dev
#RUN curl -sSL https://get.haskellstack.org/ | sh
#RUN stack setup USER notebooks
#RUN git clone https://github.com/gibiansky/IHaskell
#RUN . /env_3-5/bin/activate \ RUN cd /home/notebooks \
# && cd IHaskell \ && curl -sSL https://get.haskellstack.org/ | sh \
# && stack install gtk2hs-buildtools \ && stack setup \
# && stack install --fast \ && git clone https://github.com/gibiansky/IHaskell \
# && /root/.local/bin/ihaskell install --stack && . /env_3-5/bin/activate \
# && cd IHaskell \
&& stack install gtk2hs-buildtools \
# && stack install --fast \
&& /root/.local/bin/ihaskell install --stack
######################################################################## ########################################################################
### POSTGRESQL DATA (as ROOT) ### POSTGRESQL DATA (as ROOT)
######################################################################## ########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment