artificialwisdomai / origin

Artificial Wisdomâ„¢ Cloud Platform
Apache License 2.0
3 stars 4 forks source link

Build pytorch #99

Closed sdake closed 11 months ago

sdake commented 1 year ago

We have tried many approaches to building, and this seems the most sound. I have managed 150 container images as part of OpenStack Kolla and that was pretty straightforward.

The buildx builder has added a feature output which will output build time results from docker buildx to ${PWD}/target.

This is good enough for now.

MostAwesomeDude commented 1 year ago

Step 69 can't find python. I think that it needs to be python3 instead, but then I'm missing setup.py:

[1/2] STEP 69/69: RUN python3 setup.py bdist_wheel
python3: can't open file '/workspace/build/setup.py': [Errno 2] No such file or directory
sdake commented 1 year ago

This only builds libtorch. I had started building pytorch but have not finished