File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
< h1 class ="page-title "> Installation guide</ h1 >
11
11
< hr >
12
12
13
- < h2 class ="page-title "> KERN-7 - Ubuntu 20.04</ h2 >
13
+ < h2 class ="page-title "> KERN-8 - Ubuntu 20.04</ h2 >
14
14
< p > A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
15
15
The current
16
- release of KERN is KERN-7 and is based on Ubuntu 20.04 (Focal). To enable the KERN-7 repository on a
16
+ release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
17
17
Ubuntu 20.04
18
18
system run:
19
19
</ p >
20
20
21
21
< figure class ="code ">
22
22
< pre > < code >
23
23
$ sudo apt-get install software-properties-common
24
- $ sudo add-apt-repository -s ppa:kernsuite/kern-7
24
+ $ sudo add-apt-repository -s ppa:kernsuite/kern-8
25
25
$ sudo apt-add-repository multiverse
26
26
$ sudo apt-add-repository restricted
27
27
$ sudo apt-get update
@@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
44
44
and < a href ="http://singularity.lbl.gov/ "> Singularity</ a > images:
45
45
< figure class ="code ">
46
46
< pre > < code >
47
- FROM kernsuite/base:7
47
+ FROM kernsuite/base:8
48
48
RUN docker-apt-install python3-casacore
49
49
</ code > </ pre >
50
50
</ figure >
@@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
57
57
< figure class ="code ">
58
58
< pre > < code >
59
59
Bootstrap: docker
60
- From:kernsuite/base:7
60
+ From:kernsuite/base:8
61
61
%post
62
62
docker-apt-install python3-casacore
63
63
</ code > </ pre >
You can’t perform that action at this time.
0 commit comments