Skip to content

Commit

Permalink
fix(build): updated blink build for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed Dec 7, 2023
1 parent a712b22 commit c729661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .

RUN go mod tidy

RUN cd cmd/blink && go build blink/cmd/blink
RUN cd cmd/blink && go build

ENV GOMAXPROCS=2

Expand Down
4 changes: 2 additions & 2 deletions internal/processors/openai/plugin.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package openai

import (
"context"
"github.com/apache/arrow/go/v14/arrow"
"github.com/usedatabrew/blink/internal/message"
"github.com/usedatabrew/blink/internal/schema"
"github.com/usedatabrew/blink/internal/stream_context"
"context"
"github.com/apache/arrow/go/v14/arrow"
)

type Plugin struct {
Expand Down

0 comments on commit c729661

Please sign in to comment.