You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/03/06 19:40:03 UTC

[incubator-sdap-nexus] branch SDAP-434 updated: Pin python-3.8.15 and tqdm packages to specific build

This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-434
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-434 by this push:
     new 08517fd  Pin python-3.8.15 and tqdm packages to specific build
08517fd is described below

commit 08517fdc4759733037fb99b7ae88194059ff33b2
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Mon Mar 6 11:39:53 2023 -0800

    Pin python-3.8.15 and tqdm packages to specific build
---
 docker/nexus-webapp/Dockerfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docker/nexus-webapp/Dockerfile b/docker/nexus-webapp/Dockerfile
index ec589b6..65d4122 100644
--- a/docker/nexus-webapp/Dockerfile
+++ b/docker/nexus-webapp/Dockerfile
@@ -64,9 +64,8 @@ RUN apk --no-cache add wget zlib && \
 COPY docker/nexus-webapp/install_conda.sh ./install_conda.sh
 RUN /tmp/install_conda.sh 
 
-RUN conda install -c conda-forge python=3.8.15 tqdm
-
-RUN conda install mamba -y -c conda-forge
+RUN conda install -c conda-forge python=3.8.15=h257c98d_0_cpython tqdm=4.64.1=py38h06a4308_0
+RUN conda install -c conda-forge mamba
 
 RUN cd /usr/lib && ln -s libcom_err.so.2 libcom_err.so.3 && \ 
     cd /opt/conda/lib && \