File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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# ##
4851ENV 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# ##
131137ENV DEPS="build-essential \
132138 cmake \
You can’t perform that action at this time.
0 commit comments