feat(docker): update docker image, etc. to python3.11+ubuntu23.04

This commit is contained in:
Eugene Brodsky
2023-10-10 23:03:25 -04:00
parent 9195c8c957
commit f102e38076
3 changed files with 8 additions and 23 deletions

View File

@ -19,7 +19,7 @@ set -e -o pipefail
# Default UID: 1000 chosen due to popularity on Linux systems. Possibly 501 on MacOS.
USER_ID=${CONTAINER_UID:-1000}
USER=invoke
USER=ubuntu
usermod -u ${USER_ID} ${USER} 1>/dev/null
configure() {