kopia lustrzana https://github.com/jupyterhub/repo2docker
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.cipull/1433/head
rodzic
732a6478cb
commit
d3a8e3030c
|
@ -62,8 +62,8 @@ from repo2docker.buildpacks.conda import CondaBuildPack
|
|||
|
||||
default_python = f"`Python {CondaBuildPack.major_pythons['3']}`"
|
||||
myst_substitutions = {
|
||||
"default_python": default_python,
|
||||
"default_python_version": default_python,
|
||||
"default_python": default_python,
|
||||
"default_python_version": default_python,
|
||||
}
|
||||
rst_prolog = f"""
|
||||
.. |default_python| replace:: **Python {default_python}**
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Configuration files for post-build actions
|
||||
|
||||
These files control behavior that happens *after* the image is initially built (AKA, after the packages and languages have been installed). It's useful if you need to ensure files are in a particular place, or certain commands are run when a new session launches.
|
||||
These files control behavior that happens _after_ the image is initially built (AKA, after the packages and languages have been installed). It's useful if you need to ensure files are in a particular place, or certain commands are run when a new session launches.
|
||||
|
||||
:::{note}
|
||||
After building the image, all actions are run as a user named `jovyan`.
|
||||
|
|
|
@ -63,4 +63,4 @@ of the Julia packages that are installed.
|
|||
|
||||
:::{admonition} `REQUIRE` files are no longer supported
|
||||
The recommended way of installing a Julia environment is to use a `Project.toml` file.
|
||||
:::
|
||||
:::
|
||||
|
|
Ładowanie…
Reference in New Issue