mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
removed alpine image (#1279)
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
@@ -378,7 +378,7 @@ def execute_code(
|
||||
# create a docker client
|
||||
client = docker.from_env()
|
||||
image_list = (
|
||||
["python:3-alpine", "python:3", "python:3-windowsservercore"]
|
||||
["python:3-slim", "python:3", "python:3-windowsservercore"]
|
||||
if use_docker is True
|
||||
else [use_docker]
|
||||
if isinstance(use_docker, str)
|
||||
|
||||
Reference in New Issue
Block a user