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
Well it sounds like how a traditional sandbox service should work: Start a new container -> run -> delete it.
Back to dify-sandbox, when running python code, are we able to achieve similar goals?
My thought is to create users' own python venvs and run their codes inside: Create a venv -> run code inside -> delete it,
The text was updated successfully, but these errors were encountered:
I recommend you to build a docker image using system-level python not venv. By installing third-party packages via apt-get if you use ubuntu, then you can easily achieve your goals. By the way, don't forget to modify all python related path in conf/config.yaml.
Well it sounds like how a traditional sandbox service should work: Start a new container -> run -> delete it.
Back to dify-sandbox, when running python code, are we able to achieve similar goals?
My thought is to create users' own python venvs and run their codes inside: Create a venv -> run code inside -> delete it,
The text was updated successfully, but these errors were encountered: