We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39145f1 commit e7a5cc3Copy full SHA for e7a5cc3
Dockerfile
@@ -8,6 +8,5 @@ RUN apt-get update \
8
&& rm -rf /var/lib/apt/lists/* \
9
&& julia -e 'using Pkg; Pkg.Registry.add("General"); \
10
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")'
+ Pkg.add(url="https://github.com/rikenbit/OnlineNMF.jl"); \
+ Pkg.add("PlotlyJS")'
0 commit comments