-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow uninstalls installed on root path to be found by Docker. * Remove incorrect comment. * Remove unnecessary dependencies. * Fix maintainer quote inconsistency. --------- Co-authored-by: joonhyung.lee <[email protected]>
- Loading branch information
1 parent
d8af01b
commit 79bb9b6
Showing
8 changed files
with
4 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ | |
!**/*environment*.yaml | ||
!*conda-lock*.yaml | ||
!**/*conda-lock*.yaml | ||
!*uninstalls*.txt | ||
!**/*uninstalls*.txt |
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ FROM ${BASE_IMAGE} AS install-conda | |
# those in the NGC image, which have been carefully configured. | ||
# NGC images prior to 22.11 are **incompatible** with the current Dockerfile. | ||
|
||
LABEL [email protected] | ||
LABEL maintainer="[email protected]" | ||
ENV LANG=C.UTF-8 | ||
ENV LC_ALL=C.UTF-8 | ||
ENV PYTHONIOENCODING=UTF-8 | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ ARG GIT_IMAGE=bitnami/git:latest | |
######################################################################## | ||
FROM ${GIT_IMAGE} AS stash | ||
|
||
LABEL [email protected] | ||
LABEL maintainer="[email protected]" | ||
ENV LANG=C.UTF-8 | ||
ENV LC_ALL=C.UTF-8 | ||
ENV PYTHONIOENCODING=UTF-8 | ||
|
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 |
---|---|---|
|
@@ -70,7 +70,7 @@ RUN curl -fksSL -o /tmp/conda/miniconda.sh ${CONDA_URL} | |
######################################################################## | ||
FROM ${BUILD_IMAGE} AS install-conda | ||
|
||
LABEL [email protected] | ||
LABEL maintainer="[email protected]" | ||
ENV LANG=C.UTF-8 | ||
ENV LC_ALL=C.UTF-8 | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
gdb | ||
sudo | ||
tmux | ||
tzdata | ||
|
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# `openssl`, `sudo`, and `zsh` are required packages. | ||
at | ||
curl | ||
git | ||
openssl | ||
|