mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-15 03:25:13 -05:00
Use MCR registry instead of Docker's registry (#3814)
* Update FunctionCallGenerator.cs to address race condition Update FunctionCallGenerator.cs to address race condition * Update Dockerfile Use MCR registry * Update Dockerfile Use MCR registry
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10
|
||||
FROM mcr.microsoft.com/devcontainers/python:3.10
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user