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

[FIX] Commenting Stack install on notebook docker.

parent 98b8ae95
...@@ -106,17 +106,17 @@ RUN apt-get update && apt-get install -y \ ...@@ -106,17 +106,17 @@ RUN apt-get update && apt-get install -y \
libblas-dev \ libblas-dev \
liblapack-dev liblapack-dev
USER notebooks #USER notebooks
#
RUN cd /home/notebooks \ #RUN cd /home/notebooks \
&& curl -sSL https://get.haskellstack.org/ | sh \ # && curl -sSL https://get.haskellstack.org/ | sh \
&& stack setup \ # && stack setup \
&& git clone https://github.com/gibiansky/IHaskell \ # && git clone https://github.com/gibiansky/IHaskell \
&& . /env_3-5/bin/activate \ # && . /env_3-5/bin/activate \
&& cd IHaskell \ # && cd IHaskell \
&& stack install gtk2hs-buildtools \ # && stack install gtk2hs-buildtools \
&& stack install --fast \ # && stack install --fast \
&& /root/.local/bin/ihaskell install --stack # && /root/.local/bin/ihaskell install --stack
#
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