aroundabout commented on PR #530:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/530#issuecomment-1805338496

   > > How to build locally
   > > try docker build -f hugegraph-loader/Dockerfile hg-loader .
   > > Because loader depends on client and the client-1.0.0 in maven repo does 
not have some methods like 'istext()', so we should build client locally in 
dockerfile. Hence, the docker build context should be root path
   > 
   > Thanks for your details explain, i see.
   > 
   > ```
   > docker build -f hugegraph-loader/Dockerfile hg-loader .
   > ```
   > 
   > seems fails too? And does it need to be added to the readme?
   > 
   > 
![image](https://user-images.githubusercontent.com/42756849/282007767-6412d3d0-0e63-4e7d-be58-0f07ad3387d1.png)
   
   Sorry, I forgot an argument. XD
   
   `docker build -f hugegraph-loader/Dockerfile -t hg-loader .`
   
   It can works now.
   
![image](https://github.com/apache/incubator-hugegraph-toolchain/assets/49650772/fe5b576f-8a20-48b4-8f6a-03f34dbc8b46)
   


-- 
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