wForget opened a new issue, #7033:
URL: https://github.com/apache/incubator-gluten/issues/7033

   ### Problem description
   
   build `gluten-vcpkg-builder` image with `root` user.
   
   command:
   ```
   cd dev/vcpkg
   docker build --file docker/Dockerfile \
       --build-arg BUILDER_UID=`id -u` \
       --build-arg BUILDER_GID=`id -g` \
       --tag "apache/gluten:gluten-vcpkg-builder_2024_08_27" \
       .
   ```
   
   error:
   ```
   groupadd: GID '0' already exists
   ```
   
   ### System information
   
   Velox System Info v0.0.2
   Commit: d4d3bee96dd40d127545d513bd7a688123c2ff14
   CMake Version: 3.17.5
   System: Linux-3.10.0-957.el7.x86_64
   Arch: x86_64
   CPU Name: Model name:            Intel Core Processor (Skylake, IBRS)
   C++ Compiler: /opt/rh/devtoolset-9/root/usr/bin/c++
   C++ Compiler Version: 9.3.1
   C Compiler: /opt/rh/devtoolset-9/root/usr/bin/cc
   C Compiler Version: 9.3.1
   CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt
   
   ### CMake log
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to