Skip to content
Snippets Groups Projects
Commit ca922367 authored by Lars Bilke's avatar Lars Bilke
Browse files

Ubuntu 23.04 follow-up.

parent 36a44e36
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ class ogs_base(bb_base): ...@@ -87,7 +87,7 @@ class ogs_base(bb_base):
instructions = [ instructions = [
comment(__doc__, reformat=False), comment(__doc__, reformat=False),
python(devel=True, python2=False).runtime(), python(devel=True, python2=False).runtime(),
pip(pip="pip3", packages=["virtualenv"]), packages(ospackages=["python3-virtualenv"]),
shell(commands=["mkdir -p /apps /scratch /lustre /work /projects"]), shell(commands=["mkdir -p /apps /scratch /lustre /work /projects"]),
] ]
......
...@@ -26,7 +26,7 @@ out_dir += f"/vscode" ...@@ -26,7 +26,7 @@ out_dir += f"/vscode"
Stage0 += comment(f"Begin {filename}") Stage0 += comment(f"Begin {filename}")
username = local_args.vscode_user username = local_args.vscode_user
id = 1000 id = 1001
Stage0 += packages(ospackages=["sudo", "gdb"]) Stage0 += packages(ospackages=["sudo", "gdb"])
Stage0 += shell( Stage0 += shell(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment