We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d888d commit 4b2e328Copy full SHA for 4b2e328
tutorials/accelerated-python/brev/dockerfile
@@ -56,7 +56,7 @@ RUN mkdir -p ~/.local/state/._bash_history \
56
&& ln -fs /accelerated-computing-hub/brev/ipython-startup-add-cwd-to-path.py ~/.ipython/profile_default/startup/00-add-cwd-to-path.py \
57
&& python -m jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
58
59
-# Create an isolated Python env with cuDF and cuML, and register it as a Jupyter kernel
+# Create an isolated Python env with cuDF and cuML, and register it as a Jupyter kernel.
60
RUN python -m venv ${ACH_RAPIDS_VENV} \
61
&& ${ACH_RAPIDS_VENV}/bin/pip install --no-cache-dir \
62
--extra-index-url=https://pypi.nvidia.com \
0 commit comments