Skip to content

Commit b9938cd

Browse files
Update Dockerfile (#220)
1 parent aa76878 commit b9938cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community/event-driven-rag-cve-analysis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN source activate morpheus &&\
6767
pip install jupyterlab_nvdashboard==0.9
6868

6969
RUN source activate morpheus &&\
70-
pip install --upgrade langchain-nvidia-ai-endpoints
70+
pip install langchain-nvidia-ai-endpoints==0.2.2
7171

7272
# Launch jupyter
7373
CMD ["jupyter-lab", "--ip=0.0.0.0", "--no-browser", "--allow-root"]

0 commit comments

Comments
 (0)