Skip to content

Commit 7fb6c9c

Browse files
jolorunyomiAyodeAwe
authored andcommitted
Setup conda-meta pinned for packages (OpenSSL and Wheel)
1 parent 68a1fc0 commit 7fb6c9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ EOF
9494
# Ownership & permissions based on https://docs.anaconda.com/anaconda/install/multi-user/#multi-user-anaconda-installation-on-linux
9595
COPY --from=miniforge-upstream --chown=root:conda --chmod=770 /opt/conda /opt/conda
9696

97-
COPY context/pinned /opt/conda/conda-meta/pinned
97+
COPY pinned /opt/conda/conda-meta/pinned
9898

9999
RUN <<EOF
100100
# Ensure new files are created with group write access & setgid. See https://unix.stackexchange.com/a/12845

context/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
!scripts/install-tzdata-packages
1111
!scripts/update-base-conda-environment
1212
!test_notebooks.py
13+
!pinned

0 commit comments

Comments
 (0)