# WORKDIR /home/joyvan/src
# RUN stack install --fast
+RUN stack install aeson aeson-lens aeson-pretty array \
+ blaze-html blaze-markup bytestring \
+ conduit conduit-extra containers \
+ deepseq directory duckling \
+ ekg-core ekg-json exceptions \
+ fgl filepath formatting \
+ hashable hsparql http-api-data http-client http-client-tls http-conduit \
+ ini json-stream lens monad-control monad-logger \
+ morpheus-graphql morpheus-graphql-app morpheus-graphql-core morpheus-graphql-subscriptions \
+ mtl natural-transformation opaleye pandoc parallel parsec rdf4h \
+ postgresql-simple profunctors protolude semigroups \
+ servant servant-auth servant-auth-swagger servant-server \
+ tagsoup template-haskell time transformers transformers-base \
+ tuple unordered-containers uuid vector \
+ wai wai-app-static wai-cors wai-extra wai-websockets warp wreq \
+ xml-conduit xml-types yaml zip zlib --fast
+
#CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
CMD ["stack", "exec", "jupyter", "--", "notebook", "--ip", "0.0.0.0"]