Skip to content

Commit

Permalink
add gpt studio
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Dec 3, 2023
1 parent a48aff0 commit 7d398dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gptstudio
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM condaforge/mambaforge:latest
FROM python:3.12-slim

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ arm64:
talkincode/gptservice:latest-arm64 .
docker push talkincode/gptservice:latest-arm64

pubstudio:
docker buildx build -f Dockerfile.gptstudio --build-arg GoArch="amd64" --platform=linux/amd64 -t \
talkincode/gptstudio:latest .
docker push talkincode/gptstudio:latest


.PHONY: clean build

0 comments on commit 7d398dd

Please sign in to comment.