mirror of https://github.com/microsoft/autogen.git
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:
parent
460a6817ea
commit
636591a149
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.11
|
||||
FROM mcr.microsoft.com/devcontainers/python:3.11
|
||||
MAINTAINER AutoGen
|
||||
|
||||
# Install packages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10
|
||||
FROM mcr.microsoft.com/devcontainers/python:3.10
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
|
|
Loading…
Reference in New Issue