Open
Conversation
Author
Owner
|
您好,感谢提交这个PR。一直以来,许多用户都希望为该项目添加Docker支持,但由于我对Docker不太熟悉,所以一直没有加入这个功能。因此,这对该项目来说是一次重要的改进。不过我认为还需要进行一些修改才能够合并这个PR。如果您愿意的话,请考虑以下建议:
|
Author
|
👌🏻 |
55c912f to
02fb09c
Compare
编译: build # docker build --pull --rm -f "Dockerfile" -t localcodeinterpreter:latest "." 运行:run # docker run --rm -it -e OPENAI_API_KEY=<youApikey> -p 7860:7860 localcodeinterpreter
Author
|
@MrGreyfun 已更新,docker的镜像我先通过github 发布到我自己的dockerhub上了,需要修改action 和在库中添加密钥,才能上传到你这边的库 |
Open
Owner
感谢更新,但我最近比较忙,等我有空了我会尽快审核你的PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
编译: build # docker build --pull --rm -f "Dockerfile" -t localcodeinterpreter:latest "."
运行:run # docker run --rm -it -e OPENAI_API_KEY= -p 7860:7860 localcodeinterpreter