-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: 增加Docker支持 #19
base: main
Are you sure you want to change the base?
Conversation
您好,感谢提交这个PR。一直以来,许多用户都希望为该项目添加Docker支持,但由于我对Docker不太熟悉,所以一直没有加入这个功能。因此,这对该项目来说是一次重要的改进。不过我认为还需要进行一些修改才能够合并这个PR。如果您愿意的话,请考虑以下建议:
|
👌🏻 |
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
@MrGreyfun 已更新,docker的镜像我先通过github 发布到我自己的dockerhub上了,需要修改action 和在库中添加密钥,才能上传到你这边的库 |
感谢更新,但我最近比较忙,等我有空了我会尽快审核你的PR |
编译: build # docker build --pull --rm -f "Dockerfile" -t localcodeinterpreter:latest "."
运行:run # docker run --rm -it -e OPENAI_API_KEY= -p 7860:7860 localcodeinterpreter