We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa76878 commit b9938cdCopy full SHA for b9938cd
community/event-driven-rag-cve-analysis/Dockerfile
@@ -67,7 +67,7 @@ RUN source activate morpheus &&\
67
pip install jupyterlab_nvdashboard==0.9
68
69
RUN source activate morpheus &&\
70
- pip install --upgrade langchain-nvidia-ai-endpoints
+ pip install langchain-nvidia-ai-endpoints==0.2.2
71
72
# Launch jupyter
73
CMD ["jupyter-lab", "--ip=0.0.0.0", "--no-browser", "--allow-root"]
0 commit comments