artificialwisdomai / origin

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

Build nvidia baseline container #101

Closed sdake closed 11 months ago

sdake commented 1 year ago

The purpose of this container is to generate NVIDIA binaries in a consistent disk location.

Anything containing a COPY statement should be downloaded manually. Ideally all of these packages are stored in our immutable storage.

MostAwesomeDude commented 1 year ago

I had to patch line 1 of the Dockerfile to fix the typo "iFROM" to "FROM". After that, I eventually got the following error:

[1/2] STEP 25/37: COPY TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz /workspace/added
Error: building at STEP "COPY TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz /workspace/added": checking on sources under "/home/simpson/origin/platform/packaging/build/nvidia": copier: stat: "/TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz": no such file or directory
sdake commented 11 months ago

This looks right, but there is a superior way to pull all cuda binaries. I have something sitting on my disk, and will submit a PR with that work. For now, closing this.