File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tutorials/accelerated-python/brev Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ FROM rapidsai/devcontainers:25.08-cpp-cuda12.8
33ENV PIP_ROOT_USER_ACTION=ignore \
44 PIP_DISABLE_PIP_VERSION_CHECK=1 \
55 VIRTUAL_ENV_DISABLE_PROMPT=1 \
6+ OMPI_ALLOW_RUN_AS_ROOT=1 \
7+ OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 \
8+ ACH_RAPIDS_VENV=/opt/venvs/rapids \
69 ACH_TUTORIAL=accelerated-python
710
811# Install system packages (needed before pip install for git-based packages)
@@ -54,7 +57,6 @@ RUN mkdir -p ~/.local/state/._bash_history \
5457 && python -m jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
5558
5659# Create an isolated Python env with cuDF and cuML, and register it as a Jupyter kernel
57- ENV ACH_RAPIDS_VENV=/opt/venvs/rapids
5860RUN python -m venv ${ACH_RAPIDS_VENV} \
5961 && ${ACH_RAPIDS_VENV}/bin/pip install --no-cache-dir \
6062 --extra-index-url=https://pypi.nvidia.com \
You can’t perform that action at this time.
0 commit comments