Atinoda / text-generation-webui-docker

Docker variants of oobabooga's text-generation-webui, including pre-built images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error : arrow::fs::FinalizeS3 was not called even though S3 was initialized

ksingh-scogo opened this issue · comments

Getting this error while docker compose up
image

This is using default tag of the container image

is this known ?

Next trying default-nightly container image tag

Hi there, thanks for trying out the repo!

The error is saying that your CUDA version on the docker host is too old to run the container. I also notice a reference to s3fs - are you trying to run this on an AWS instance?

Can you please provide more info on your system environment and deployment? I'll see if I can help.

I'm assuming that this is the same issue as #16, which should have been resolved by 00340c0 - so I will close it for now. Please feel free to re-open if you believe that something else is afoot!