Skip to content

Commit

Permalink
Added stats related pkgs to julia
Browse files Browse the repository at this point in the history
  • Loading branch information
vlulla committed May 28, 2024
1 parent 2c18158 commit 2c2247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN <<EOT
set -ex
curl -fsSL https://install.julialang.org | sh -s -- -y
sed -i -E -e '/^path.+juliaup/s-^-postpath "${HOME}/.juliaup/bin" ## -g' /home/${USR}/.zshrc
/home/${USR}/.juliaup/bin/julia -e 'using Pkg;[Pkg.add(p) for p in ["DataFrames","Distributions","JuMP","NLopt"]]'
/home/${USR}/.juliaup/bin/julia -e 'using Pkg;[Pkg.add(p) for p in ["DataFrames","Distances","Distributions","GLM","GLMNet","JuMP","KernelDensity","Loess","MixedModels","MultivariateStats","NLopt","RDatasets","Rmath","StatsBase","StatsModels","Survival","TimeSeries"]]'
EOT

RUN <<EOT
Expand Down

0 comments on commit 2c2247a

Please sign in to comment.