Skip to content

Commit 687cccd

Browse files
committed
cleanup(docker)
1 parent c84f846 commit 687cccd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ set -e -o pipefail
1414
# docker run --rm -it -v /some/path:/invokeai -e CONTAINER_UID=$(id -u) <this image>
1515
# Default UID: 1000 chosen due to popularity on Linux systems. Possibly 501 on MacOS.
1616

17-
printenv
18-
1917
USER_ID=${CONTAINER_UID:-1000}
2018
USER=ubuntu
2119
# if the user does not exist, create it. It is expected to be present on ubuntu >=24.x

0 commit comments

Comments
 (0)