We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a1fc0 commit 7fb6c9cCopy full SHA for 7fb6c9c
Dockerfile
@@ -94,7 +94,7 @@ EOF
94
# Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux
95
COPY --from=miniforge-upstream --chown=root:conda --chmod=770 /opt/conda /opt/conda
96
97
-COPY context/pinned /opt/conda/conda-meta/pinned
+COPY pinned /opt/conda/conda-meta/pinned
98
99
RUN <<EOF
100
# Ensure new files are created with group write access & setgid. See https://unix.stackexchange.com/a/12845
context/.dockerignore
@@ -10,3 +10,4 @@
10
!scripts/install-tzdata-packages
11
!scripts/update-base-conda-environment
12
!test_notebooks.py
13
+!pinned
0 commit comments