We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6737933 commit ec4b861Copy full SHA for ec4b861
Dockerfile
@@ -5,4 +5,7 @@ RUN apt-get update \
5
&& apt-get clean \
6
&& rm -rf /var/lib/apt/lists/* \
7
&& export JULIA_DEPOT_PATH="/usr/local/julia/" \
8
- && julia -e 'import Pkg; Pkg.add(url="https://github.com/rikenbit/OnlineNMF.jl"); Pkg.add("PlotlyJS")'
+ && julia -e 'import Pkg; \
9
+ Pkg.add(url="https://github.com/rikenbit/OnlinePCA.jl"); \
10
+ Pkg.add(url="https://github.com/rikenbit/OnlineNMF.jl"); \
11
+ Pkg.add("PlotlyJS")'
0 commit comments