Huelse / SEAL-Python

Microsoft SEAL 4.X For Python
MIT License
310 stars 66 forks source link

Docker: => ERROR fatal: not a git repository (or any of the parent directories): .git #68

Closed yeenjie closed 2 years ago

yeenjie commented 2 years ago

Type docker build error

Describe When I used docker to build SEAL, an error occurred:

 => CACHED [6/8] WORKDIR /python-seal                                      0.0s
 => ERROR [7/8] RUN cd /python-seal &&     git submodule update --init --  0.2s
------
 > [7/8] RUN cd /python-seal &&     git submodule update --init --recursive:
#11 0.228 fatal: not a git repository (or any of the parent directories): .git
Huelse commented 2 years ago

make sure this dict has repo in it, you can clone it by yourself.

yeenjie commented 2 years ago

Thanks for your reply.

Error is solved.

That is caused by "download the zip." which did not init the repo.