wIK5Ez2o commited on
Commit
6c8cde5
·
verified ·
1 Parent(s): 870290c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
  RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
5
  RUN go mod tidy && ls -al /go/pkg/mod
6
  RUN sed -i 's/ind := strings.Index(path, importPath)/ind := strings.Index(path, importPath)\n println(path + ", " + importPath)/g' \
7
- > /go/pkg/mod/github.com/bincooo/[email protected]/internal/module/interface.go
8
  RUN make install
9
  RUN make build-linux
10
  RUN cat /tmp/go_build_gen_works/chatgpt-adapter/relay/hf/container.gen.go
 
4
  RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
5
  RUN go mod tidy && ls -al /go/pkg/mod
6
  RUN sed -i 's/ind := strings.Index(path, importPath)/ind := strings.Index(path, importPath)\n println(path + ", " + importPath)/g' \
7
+ /go/pkg/mod/github.com/bincooo/[email protected]/internal/module/interface.go
8
  RUN make install
9
  RUN make build-linux
10
  RUN cat /tmp/go_build_gen_works/chatgpt-adapter/relay/hf/container.gen.go