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

black

parent 76d663d7
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,9 @@ out_dir += f"/jupyter" ...@@ -33,7 +33,9 @@ out_dir += f"/jupyter"
# Implement recipe # Implement recipe
Stage1 += comment(f"Begin {filename}") Stage1 += comment(f"Begin {filename}")
Stage1 += packages(apt=["git", "libgl1-mesa-glx"]) # for pip packages via git, for gmsh conda package Stage1 += packages(
apt=["git", "libgl1-mesa-glx"]
) # for pip packages via git, for gmsh conda package
conda_packages = [] conda_packages = []
for package in versions["python"]["jupyter_image"]["conda_packages"]: for package in versions["python"]["jupyter_image"]["conda_packages"]:
......
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