Skip to content

Commit

Permalink
Merge pull request #5 from meggart/new_julia
Browse files Browse the repository at this point in the history
update julia script
  • Loading branch information
hans-permana authored Apr 4, 2017
2 parents 0d56584 + 1dc662e commit ea42b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cablab-singleuser-julia-nb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN mkdir julia && tar xzf julia-0.5.0-linux-x86_64.tar.gz -C julia --strip-comp
RUN PATH="/srv/jupyterhub/julia/bin:$PATH"
WORKDIR /srv/jupyterhub/julia
RUN echo 'Pkg.add("IJulia")' > IJulia.jl
RUN echo 'Pkg.clone("https://github.com/CAB-LAB/CABLAB.jl");Pkg.checkout("Patchwork")' > installcablab.jl
RUN echo 'Pkg.clone("https://github.com/CAB-LAB/CABLAB.jl");Pkg.add("Patchwork");Pkg.checkout("Patchwork");Pkg.clone("https://github.com/CAB-LAB/CABLABPlots.jl")' > installcablab.jl
RUN echo 'Pkg.clone("https://github.com/milanflach/LIBSVM.jl");Pkg.checkout("LIBSVM","mutating_versions")' > installlibsvm.jl
RUN echo 'Pkg.clone("https://github.com/milanflach/MultivariateAnomalies.jl")' > installmultivariate.jl
RUN echo 'using CABLAB' > precomp.jl
RUN echo 'using Compose; using CABLAB; using CABLABPlots' > precomp.jl
USER jovyan
RUN export CABLAB_WORKDIR="/home/jovyan/work/tmp"
RUN /srv/jupyterhub/julia/bin/julia IJulia.jl
Expand Down
6 changes: 3 additions & 3 deletions cablab-singleuser-julia-nb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ This repository contains **Dockerfile** of a single user Jupyter notebook that i

### What's available on the Jupyter Notebook?

* Python2 and Python3 bundled in Conda installation (more detailed on the included packages can be found in [scipy-notebook Dockerfile](https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook/Dockerfile))
* Python2 and Python3 bundled in Conda installation (more detailed on the included packages can be found in [scipy-notebook Dockerfile](https://github.com/jupyter/docker-stacks/blob/master/scipy-notebook/Dockerfile))

* cablab-core (latest)

* gridtools (latest)

* Julia 0.4.6
* Julia 0.5.0


### Installation

1. Install [Docker](https://www.docker.com/).

2. `docker build -t cablab/singleuser-julia .`

0 comments on commit ea42b38

Please sign in to comment.