Skip to content

Commit 4b2e328

Browse files
committed
Comment fix.
1 parent d7d888d commit 4b2e328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/accelerated-python/brev/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN mkdir -p ~/.local/state/._bash_history \
5656
&& ln -fs /accelerated-computing-hub/brev/ipython-startup-add-cwd-to-path.py ~/.ipython/profile_default/startup/00-add-cwd-to-path.py \
5757
&& python -m jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
5858

59-
# Create an isolated Python env with cuDF and cuML, and register it as a Jupyter kernel
59+
# Create an isolated Python env with cuDF and cuML, and register it as a Jupyter kernel.
6060
RUN python -m venv ${ACH_RAPIDS_VENV} \
6161
&& ${ACH_RAPIDS_VENV}/bin/pip install --no-cache-dir \
6262
--extra-index-url=https://pypi.nvidia.com \

0 commit comments

Comments
 (0)