Skip to content

Commit

Permalink
Use MCR registry instead of Docker's registry (#3814)
Browse files Browse the repository at this point in the history
* Update FunctionCallGenerator.cs to address race condition

Update FunctionCallGenerator.cs to address race condition

* Update Dockerfile

Use MCR registry

* Update Dockerfile

Use MCR registry
  • Loading branch information
maxgolov authored Oct 17, 2024
1 parent 460a681 commit 636591a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/packages/agbench/src/agbench/res/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM mcr.microsoft.com/devcontainers/python:3.11
MAINTAINER AutoGen

# Install packages
Expand Down
2 changes: 1 addition & 1 deletion python/packages/autogen-studio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM mcr.microsoft.com/devcontainers/python:3.10

WORKDIR /code

Expand Down

0 comments on commit 636591a

Please sign in to comment.