mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-02 03:07:59 +08:00
fix: sandbox issue related httpx and requests (#8397)
This commit is contained in:
parent
5b98acde2f
commit
b6b1057a18
@ -1,4 +1,3 @@
|
||||
import json
|
||||
from textwrap import dedent
|
||||
|
||||
from core.helper.code_executor.code_executor import CodeExecutor, CodeLanguage
|
||||
|
@ -41,7 +41,7 @@ services:
|
||||
|
||||
# The DifySandbox
|
||||
sandbox:
|
||||
image: langgenius/dify-sandbox:0.2.7
|
||||
image: langgenius/dify-sandbox:0.2.9
|
||||
restart: always
|
||||
environment:
|
||||
# The DifySandbox configurations
|
||||
|
@ -292,7 +292,7 @@ services:
|
||||
|
||||
# The DifySandbox
|
||||
sandbox:
|
||||
image: langgenius/dify-sandbox:0.2.7
|
||||
image: langgenius/dify-sandbox:0.2.9
|
||||
restart: always
|
||||
environment:
|
||||
# The DifySandbox configurations
|
||||
|
Loading…
Reference in New Issue
Block a user