Skip to content

Commit 9d49814

Browse files
committed
Add TODO comments for pinning system packages
This facilitates reproducible builds.
1 parent ba2561d commit 9d49814

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ RUN python3 -m pip install --no-cache-dir --upgrade \
4444
# Install everything we need to build wheels
4545
#
4646
# TODO: Remove any packages we don't need. See #105 for more details.
47+
#
48+
# TODO: Pin these packages to enable reproducible builds. See #106
49+
# for more details.
4750
###
4851
ENV DEPS="build-essential \
4952
cmake \
@@ -127,6 +130,9 @@ RUN groupadd --system --gid ${CISA_GID} ${CISA_GROUP} \
127130
# TODO: Remove any packages we don't need. See #105 for more details.
128131
# For example, it should be possible to install libblas-dev above but
129132
# only install libblas here.
133+
#
134+
# TODO: Pin these packages to enable reproducible builds. See #106
135+
# for more details.
130136
###
131137
ENV DEPS="build-essential \
132138
cmake \

0 commit comments

Comments
 (0)