Skip to content
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

There is an issue with the version of the base image referenced in the Python environment. #23

Open
115341chenzehao opened this issue Jul 24, 2024 · 0 comments

Comments

@115341chenzehao
Copy link

Problem:
When I recompile and create the sandbox image, there is an issue when executing "code execute" in the dify-api because the base image in the Dockerfile is set to FROM python:3.10-slim, which defaults to Python 3.10.1.

Solution:
Modify the base image to python:3.10.14-slim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant