Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: upgrade base image to the latest Debian (Bullseye -> Bookworm) #1133

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

davorrunje
Copy link
Collaborator

Why are these changes needed?

The current base image of a Dockerfile used by VS code is pinned to an old Debian version (Bullseye). The proposed change fixes only the Python version to 3.10, but uses the latest Debian version (currently Bookworm). This change is needed to run the latest Teachable notebook since it requires the the sqlite3 version not available in older Bullseye but in newer Bookworm.

Related issue number

Checks

@codecov-commenter
Copy link

codecov-commenter commented Jan 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fed9384) 30.81% compared to head (b9e4f5c) 30.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1133   +/-   ##
=======================================
  Coverage   30.81%   30.81%           
=======================================
  Files          30       30           
  Lines        4037     4037           
  Branches      915      915           
=======================================
  Hits         1244     1244           
  Misses       2714     2714           
  Partials       79       79           
Flag Coverage Δ
unittests 30.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonichi sonichi added this pull request to the merge queue Jan 3, 2024
Merged via the queue into main with commit 82cc88e Jan 3, 2024
16 checks passed
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
* simplify the initiation of chat

* version update

* include openai

* completion

* load config list from json

* initiate_chat

* oai config list

* oai config list

* config list

* config_list

* raise_error

* retry_time

* raise condition

* oai config list

* catch file not found

* catch openml error

* handle openml error

* handle openml error

* handle openml error

* handle openml error

* handle openml error

* handle openml error

* close microsoft#1139

* use property

* termination msg

* AIUserProxyAgent

* smaller dev container

* update notebooks

* match

* document code execution and AIUserProxyAgent

* gpt 3.5 config list

* rate limit

* variable visibility

* remove unnecessary import

* quote

* notebook comments

* remove mathchat from init import

* two users

* import location

* expose config

* return str not tuple

* rate limit

* ipython user proxy

* message

* None result

* rate limit

* rate limit

* rate limit

* rate limit
whiskyboy pushed a commit to whiskyboy/autogen that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants