Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
change PackageCompiler to only do Plots
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavs committed Sep 6, 2019
1 parent dd514d8 commit 4de435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ RUN julia -e "using InstantiateFromURL; using Pkg; pkg\"activate .\"; packages_t
RUN julia -e "using Pkg; pkg\"add GR Plots StatsPlots DataFrames StatsPlots CSV PlotUtils GeometryTypes Tables PackageCompiler#sd-notomls CategoricalArrays IteratorInterfaceExtensions PooledArrays WeakRefStrings\""
RUN julia -e "using Pkg; pkg\"add IJulia Images DualNumbers Unitful Compat LaTeXStrings UnicodePlots DataValues IterativeSolvers VisualRegressionTests\""
USER root
RUN julia -e "using PackageCompiler; syso, sysold = PackageCompiler.compile_incremental(:Plots, :DataFrames, :CSV, :StatsPlots, install = true); cp(syso, sysold, force = true)"
RUN julia -e "using PackageCompiler; syso, sysold = PackageCompiler.compile_incremental(:Plots, install = true); cp(syso, sysold, force = true)"
USER ${NB_USER}
RUN julia -e "using Plots, Distributions, NLsolve, StaticArrays, ForwardDiff, QuantEcon, Parameters, Expectations, StatsPlots, Roots, Interpolations, Optim"

0 comments on commit 4de435d

Please sign in to comment.