VenkataSai
Results
2
issues of
VenkataSai
I have deployed my flask in docker ``` FROM python:3.8 RUN mkdir /app COPY . /app/ WORKDIR /app/ RUN pip3 install -r requirements.txt EXPOSE 5000 ENTRYPOINT [ "python3" ] CMD...
when running the notebook I am facing this issue history has value that doesn't support encoding. Function failed. Error: Argument 'history' has a value that doesn't support automatic encoding. Set...
needs-review