Skip to content

Commit ec4b861

Browse files
committed
test/docs
1 parent 6737933 commit ec4b861

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ RUN apt-get update \
55
&& apt-get clean \
66
&& rm -rf /var/lib/apt/lists/* \
77
&& export JULIA_DEPOT_PATH="/usr/local/julia/" \
8-
&& julia -e 'import Pkg; Pkg.add(url="https://github.com/rikenbit/OnlineNMF.jl"); Pkg.add("PlotlyJS")'
8+
&& 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

Comments
 (0)