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/02/07 19:45:58 UTC

[incubator-sdap-nexus] branch SDAP-434 updated: Specified conda-forge channel and more specific version for python install

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 167b1f0  Specified conda-forge channel and more specific version for python install
167b1f0 is described below

commit 167b1f0b76989a2fda37efef7bac3f3d8dd847e9
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Tue Feb 7 11:45:40 2023 -0800

    Specified conda-forge channel and more specific version for python install
---
 docker/nexus-webapp/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/nexus-webapp/Dockerfile b/docker/nexus-webapp/Dockerfile
index 442491a..ec589b6 100644
--- a/docker/nexus-webapp/Dockerfile
+++ b/docker/nexus-webapp/Dockerfile
@@ -64,7 +64,7 @@ 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 python=3.8 tqdm
+RUN conda install -c conda-forge python=3.8.15 tqdm
 
 RUN conda install mamba -y -c conda-forge