Skip to content

Commit 43e314f

Browse files
authored
conda: Pin conda-package-handling to 1.6.0 (#620)
This is to deal with issues where tars above a certain size are uninstallable with the latest version of conda-package-handling Signed-off-by: Eli Uriegas <[email protected]>
1 parent aa57256 commit 43e314f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ FROM base as conda
2929
# Install Anaconda
3030
ADD ./common/install_conda.sh install_conda.sh
3131
RUN bash ./install_conda.sh && rm install_conda.sh
32+
# conda-package-handling fails out for larger tarballs,
33+
# see: https://github.com/conda/conda-package-handling/issues/71
34+
RUN /opt/conda/bin/conda install -y conda-package-handling=1.6.0
3235

3336
# Install CUDA
3437
FROM base as cuda

0 commit comments

Comments
 (0)