generated from IllumiDesk/docker-stacks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Greg Werner <[email protected]>
- Loading branch information
Showing
7 changed files
with
32 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,46 @@ | ||
# This mechanism allows us to import a package list. | ||
# Source: https://discourse.julialang.org/t/building-a-dockerfile-with-packages/37272/2 | ||
|
||
using Pkg | ||
pkg"add BenchmarkTools" | ||
pkg"add Colors" | ||
pkg"add Conda" | ||
pkg"add CSV" | ||
pkg"add CSVFiles" | ||
pkg"add Compat" | ||
pkg"add CoordinateTransformations" | ||
pkg"add DataFrames" | ||
pkg"add DelimitedFiles" | ||
pkg"add DifferentialEquations" | ||
pkg"add Distributions" | ||
pkg"add FileIO" | ||
pkg"add FiniteDiff" | ||
pkg"add ForwardDiff" | ||
pkg"add GeometryBasics" | ||
pkg"add GMT" | ||
pkg"add GR" | ||
pkg"add GtkReactive" | ||
pkg"add IJulia" | ||
pkg"add ImageFiltering" | ||
pkg"add Images" | ||
pkg"add ImageInTerminal" | ||
pkg"add ImageFiltering" | ||
pkg"add ImageFeatures" | ||
pkg"add Images" | ||
pkg"add ImageView" | ||
pkg"add Interact" | ||
pkg"add LaTeXStrings" | ||
pkg"add Interpolations" | ||
pkg"add JLD2" | ||
pkg"add LinearAlgebra" | ||
pkg"add LaTeXStrings" | ||
pkg"add Latexify" | ||
pkg"add MeshCat" | ||
pkg"add OSQP" | ||
pkg"add Plotly" | ||
pkg"add Plots" | ||
pkg"add Plotly" | ||
pkg"add Printf" | ||
pkg"add ProgressBars" | ||
pkg"add PyCall" | ||
pkg"add PyPlot" | ||
pkg"add Random" | ||
pkg"add Rotations" | ||
pkg"add Roots" | ||
pkg"add SparseArrays" | ||
pkg"add Statistics" | ||
pkg"add SymEngine" | ||
pkg"add Symbolics" | ||
pkg"add SymbolicUtils" | ||
pkg"add TestImages" | ||
pkg"add Statistics" | ||
pkg"add StaticArrays" | ||
pkg"add WebIO" | ||
pkg"add WGLMakie" | ||
pkg"add https://github.com/VMLS-book/VMLS.jl" | ||
pkg"add https://github.com/korsbo/Latexify.jl" | ||
Pkg"precompile" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters