-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from mfhepp/image_naming
Better naming for Docker images; CLI option for YAML filename
- Loading branch information
Showing
5 changed files
with
166 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Using an environment name other than "base" is not recommended! | ||
# Read https://github.com/mamba-org/micromamba-docker#multiple-environments | ||
# if you must use a different environment name. | ||
name: base | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pip | ||
- python>=3.9 | ||
- typer | ||
- requests | ||
- httpx | ||
- black[jupyter] | ||
# PyPi modules | ||
# - pip: | ||
# - black[jupyter] |
Oops, something went wrong.