PLABAN NAYAK

Results 20 comments of PLABAN NAYAK

Hi Aaron, Yes I am able to do it bentoml serve service.py:svc --reload run bentoml build from current directory to start the Bento build: Successfully built Bento(tag="cancer_classifier:apmmnnyq22egxjcc") PS C:\Users\nayak\Documents\BentoML> bentoml...

![bentoml](https://user-images.githubusercontent.com/23618329/182545346-6d049651-ec52-41b5-b783-c94e50a92175.png) ![bentoml2](https://user-images.githubusercontent.com/23618329/182545366-5b3bbda5-d894-4e8e-890b-74ceb85a5f8b.png)

Hi Aaron, I am running docker from WSL. Thanks & Regards, Plaban Nayak On Thu, Aug 4, 2022 at 2:06 AM Aaron Pham ***@***.***> wrote: > Another quick q, are...

Hi Aaron, Please find the docker buildx version. (base) PS C:\Users\nayak> docker buildx version github.com/docker/buildx v0.6.3 266c0eac611d64fcc0c72d80206aa364e826758d Thanks& Regards, Plaban Nayak On Thu, Aug 4, 2022 at 9:18 AM Aaron...

Hi Aaron, I did the following steps . But still encounter the same problem.Please validate and help me in case I am doing something wrong (base) PS C:\Program Files\Docker\cli-plugins> *wget...

hi @aarnphm I did the following steps . But still encounter the same problem.Please validate and help me in case I am doing something wrong (base) PS C:\Program Files\Docker\cli-plugins> **wget...

Hi @jjmachan ,@aarnphm, My docker buildx version is now up to date (base) PS **C:\Program Files\Docker\cli-plugins> docker buildx version** github.com/docker/buildx v0.8.2 6224def4dd2c3d347eee19db595348c50d7cb491 **Details of docker file** **1. C:\Users\nayak\bentoml\bentos\cancer_classifier\apmmnnyq22egxjcc\env\docker\DockerFile** ```Dockerfile #...

**2. C:\Users\nayak\AppData\Local\Temp\bentoctl-temp-upibeijr\env\docker\Dockerfile** ```Dockerfile # syntax = docker/dockerfile:1.4-labs # # =========================================== # # THIS IS A GENERATED DOCKERFILE. DO NOT EDIT # # =========================================== # Block SETUP_BENTO_BASE_IMAGE FROM python:3.9-slim ENV LANG=C.UTF-8...

Same error PROMPT = PromptTemplate( template=prompt_template, input_variables=["context","question"] ) # chain_type_kwargs = {"prompt": PROMPT} qa = RetrievalQA.from_chain_type(llm=llm, chain_type="stuff", vectorstore=doc_store.as_retriever(), #chain_type_kwargs=chain_type_kwargs, return_source_documents=True) ##error ValidationError: 2 validation errors for RetrievalQA retriever field required...

I also encounter the same issue : File "/usr/local/lib/python3.9/site-packages/langchain/document_loaders/youtube.py", line 129, in load video_info = self._get_video_info() File "/usr/local/lib/python3.9/site-packages/langchain/document_loaders/youtube.py", line 166, in _get_video_info "title": yt.title, File "/usr/local/lib/python3.9/site-packages/pytube/__main__.py", line 346, in title...