pptfz
pptfz
If the official build uses this `Dockerfile` file, I don't quite understand the entrypoint here. I didn't even use ADD to copy the entrypoint.sh script to the image. So after...
I know the problem now. I was building in the "packaging/docker" directory. I should have been building in the root directory of the code. I directly pulled the master branch...
@coudot Thank you for the repair. Thank you.
> There is currently ongoing work on arm support by [@ranimandepudi](https://github.com/ranimandepudi) and already there are some ARM images built by the community PTAL [goharbor/community#262](https://github.com/goharbor/community/pull/262)@ranimandepudi目前正在进行有关手臂支持的工作,并且已经有一些由社区Ptal Goharbor/Community#262建造的手臂图像 > > I believe [@ranimandepudi](https://github.com/ranimandepudi)...
> Hi [@pptfz嗨@pptfz](https://github.com/pptfz) Thanks for raising this.感谢您提出这一点。 > > I am on it with Harbor community. The plan is ready and will enable Harbor to ship both amd64 and arm64...
> The indexes specified by `--index-url` and `--extra-index-url` are treated equally. There's no priority or ordering between them, pip can download a package from either location. This is considered safe,...
> You should consider that as unreliable. It’s not documented behaviour, so it’s subject to change without notice. It may even change without there being a change in pip (for...
> No, you can use multiple options, that works perfectly well. But what you must ensure is that any package present on multiple indexes is identical on all of them,...
> FYI this is basically a duplicate of [#8606](https://github.com/pypa/pip/issues/8606)仅供参考,这基本上是 #8606 的重复 > > > You shouldn't write both `--index-url` and `--extra-index-url` at the same time.您不应该同时写入 `--index-url` 和 `--extra-index-url`。 > >...