We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84f846 commit 687cccdCopy full SHA for 687cccd
docker/docker-entrypoint.sh
@@ -14,8 +14,6 @@ set -e -o pipefail
14
# docker run --rm -it -v /some/path:/invokeai -e CONTAINER_UID=$(id -u) <this image>
15
# Default UID: 1000 chosen due to popularity on Linux systems. Possibly 501 on MacOS.
16
17
-printenv
18
-
19
USER_ID=${CONTAINER_UID:-1000}
20
USER=ubuntu
21
# if the user does not exist, create it. It is expected to be present on ubuntu >=24.x
0 commit comments