Skip to content

Commit

Permalink
fix error when loading the UI. (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiranp-nvidia authored Sep 25, 2024
1 parent 94849bb commit e8bfcac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion community/llm-prompt-design-helper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

RUN apt-get -y update
RUN apt-get -y install python3 python3-pip
Expand Down
6 changes: 3 additions & 3 deletions community/llm-prompt-design-helper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
gradio==4.37.1
gradio==4.43.0
openai==1.35.4
langchain-nvidia-ai-endpoints==0.1.2
langchain-nvidia-ai-endpoints
langchain==0.2.6
langchain-community
langchain-openai
wget
beautifulsoup4==4.12.0
faiss-gpu
pypdf~=3.12
unstructured==0.11.0
unstructured

0 comments on commit e8bfcac

Please sign in to comment.