Skip to content

Commit

Permalink
Update Dockerfile (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnandakumar-nv authored Oct 15, 2024
1 parent aa76878 commit b9938cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/event-driven-rag-cve-analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN source activate morpheus &&\
pip install jupyterlab_nvdashboard==0.9

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

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

0 comments on commit b9938cd

Please sign in to comment.