You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: