exe
exe
I have the same question. Did you end up finding a solution?
Can I ask, your OpencV made arm dockerfile ?
This dockerfile only supports AMD64 and not ARM64. This is my test dockerfile ``` FROM --platform=$BUILDPLATFORM gocv/opencv:4.5.3 as builder ENV TZ=Asia/Shanghai LANG="C.UTF-8" ARG TARGETARCH ARG TARGETOS WORKDIR /workspace # Copy...
> This is my current Dockerfile: > > ``` > FROM gocv/opencv:4.5.2 AS build-stage > > > WORKDIR $GOPATH/src/github.com/Anzu-Team/anzu_go > COPY go.mod go.sum ./ > > RUN go env -w...
> you need a loadbalance provider, please check [metallb](https://metallb.universe.tf/) only this way ?
> [metallb](https://metallb.universe.tf/) or update cluster ip to node port i think node port is good ideas
``` may i ask question? how to talk in next context use last thread_id? ``` ``` cc := openai.NewClientWithConfig(config) stream, _ := cc.CreateRunStreaming(context.Background(), "thread_VEPTeIWj1umjdFyUd0Aj4lb2", openai.RunRequest{ AssistantID: "asst_IuAlZbLkuIgcky26QPB2TQy0", }) //stream, _...
> > ``` > > may i ask question? > > how to talk in next context use last thread_id? > > ``` > > > > > > >...
> mkdir -p /Users/$USER/Library/Caches/telepresence `It works for my M1`
> > I see the fix for this is already merged to master about a month ago, so I would suggest to either wait for the next release or fork...