Francesco Caronte
Francesco Caronte
I have the same problem, as workaround I created a new docker image as following ```Dockerfile FROM influxdb:2.2.0-alpine COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] CMD ["influxd"] EXPOSE 8086 ENV INFLUX_CONFIGS_PATH /etc/influxdb2/influx-configs...
I haved the same error with the Gpu Operator example but If I try with following example all works fine ```yaml apiVersion: v1 kind: Pod metadata: name: cuda-vector-add spec: runtimeClassName:...
Same problem
I think that is related to [#4493](https://github.com/heartexlabs/label-studio/issues/4493)
As indicated [here](https://github.com/HumanSignal/label-studio/issues/4493#issuecomment-1645465272), the first attempt that was unsuccessful, the program doesn't stop. I was able to use this backend correctly. Be sure to follow this step: 1. Settings on...