rapidsai / deployment

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

Update conf.py for new Docker setup #270

Closed jarmak-nv closed 1 year ago

jarmak-nv commented 1 year ago

Docs reference the old notebook structure. Haven't tested anything yet, but

$ docker build --tag <username>/rapids_databricks:latest --build-arg RAPIDS_IMAGE=rapidsai/rapidsai-core-nightly:23.08-cuda11.8-runtime-ubuntu22.04-py3.10 ./docker

needs to use the new docker location similar to below.

$ docker build --tag <username>/rapids_databricks:latest --build-arg RAPIDS_IMAGE=rapidsai/base:23.08a-cuda11.8-py3.10 ./docker

jarmak-nv commented 1 year ago

Edit: looks like this is defined by the variable rapids_container - time to find out where that lives to update it (or if it's inherited from the main docs page, will need to PR there.)

Ah it's in conf.py Will update + other related 23.08 changes while in there.

jacobtomlinson commented 1 year ago

Closed by #271