Skip to content

Commit e7a5cc3

Browse files
committed
BinCOO / @turbo
1 parent 39145f1 commit e7a5cc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ RUN apt-get update \
88
&& rm -rf /var/lib/apt/lists/* \
99
&& julia -e 'using Pkg; Pkg.Registry.add("General"); \
1010
Pkg.add(url="https://github.com/rikenbit/OnlinePCA.jl"); \
11-
Pkg.add("PlotlyJS")' \
12-
&& julia -e 'using Pkg; Pkg.Registry.add("General"); \
13-
Pkg.add(url="https://github.com/rikenbit/OnlineNMF.jl")'
11+
Pkg.add(url="https://github.com/rikenbit/OnlineNMF.jl"); \
12+
Pkg.add("PlotlyJS")'

0 commit comments

Comments
 (0)