rapidsai / deployment

RAPIDS Deployment Documentation
https://docs.rapids.ai/deployment/stable/
9 stars 28 forks source link

Track AI WKB non-root user fix #341

Open jacobtomlinson opened 7 months ago

jacobtomlinson commented 7 months ago

When testing the rapidsai/notebooks:23.12-cuda12.0-py3.10 container in AI WKB and the container failed to build as the build needed root permissions.

Creating a new image that sets to user to root fixes the issue. The AI WKB team are going to look into this.

FROM rapidsai/notebooks:23.12-cuda12.0-py3.10

USER root

Opening this issue to track on our side. Will close this once a fix is confirmed in AI WKB.