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/01/20 23:01:39 UTC

[incubator-sdap-nexus] branch SDAP-434 updated: Added note addressing critical SDAP-434 issue

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 91fe0ec  Added note addressing critical SDAP-434 issue
91fe0ec is described below

commit 91fe0ec386a77c7a48b073e8268dea004ec7939e
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Fri Jan 20 15:01:28 2023 -0800

    Added note addressing critical SDAP-434 issue
    
    typo
---
 docs/build.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/build.rst b/docs/build.rst
index 06fd23a..9964955 100644
--- a/docs/build.rst
+++ b/docs/build.rst
@@ -130,7 +130,7 @@ Now we can build the webapp with:
 
 .. note::
 
-  The build may fail with a message like ``ModuleNotFoundError: No module named 'tqdm'``, this is and issue `we're aware of <https://issues.apache.org/jira/projects/SDAP/issues/SDAP-434>`_.
+  The build may fail with a message like ``ModuleNotFoundError: No module named 'tqdm'``, this is an issue `we're aware of <https://issues.apache.org/jira/projects/SDAP/issues/SDAP-434>`_.
   The issue can be fixed by editing the file ``${NEXUS_DIR}/docker/nexus-webapp/Dockerfile``.
   Change the line ``RUN conda install python=3.8`` (line 67) to ``RUN conda install python=3.8 tqdm`` and the build should succeed (maybe also include the flag ``--no-cache`` in the ``docker build`` command when retrying the build).