Commit 049d7e18 authored by Peter Parente's avatar Peter Parente

Restore all builds, disable julia precompilation

parent 1a380376
...@@ -15,6 +15,8 @@ ALL_STACKS:=base-notebook \ ...@@ -15,6 +15,8 @@ ALL_STACKS:=base-notebook \
minimal-notebook \ minimal-notebook \
r-notebook \ r-notebook \
scipy-notebook \ scipy-notebook \
tensorflow-notebook \
datascience-notebook \
pyspark-notebook \ pyspark-notebook \
all-spark-notebook all-spark-notebook
endif endif
......
...@@ -72,9 +72,6 @@ RUN julia -e 'Pkg.init()' && \ ...@@ -72,9 +72,6 @@ RUN julia -e 'Pkg.init()' && \
julia -e 'Pkg.add("RDatasets")' && \ julia -e 'Pkg.add("RDatasets")' && \
julia -e 'Pkg.add("IJulia")' && \ julia -e 'Pkg.add("IJulia")' && \
# Precompile Julia packages \ # Precompile Julia packages \
julia -e 'using HDF5' && \
julia -e 'using Gadfly' && \
julia -e 'using RDatasets' && \
julia -e 'using IJulia' && \ julia -e 'using IJulia' && \
# move kernelspec out of home \ # move kernelspec out of home \
mv $HOME/.local/share/jupyter/kernels/julia* $CONDA_DIR/share/jupyter/kernels/ && \ mv $HOME/.local/share/jupyter/kernels/julia* $CONDA_DIR/share/jupyter/kernels/ && \
......
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