Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scipy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JupyterLab
CUDA
MAX
scipy
Commits
d6b47a95
Verified
Commit
d6b47a95
authored
2 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
Update CUDA.md
parent
a020675c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CUDA.md
+0
-9
0 additions, 9 deletions
CUDA.md
with
0 additions
and
9 deletions
CUDA.md
+
0
−
9
View file @
d6b47a95
...
...
@@ -115,8 +115,6 @@ docker run -it --rm \
-v
"
${
PWD
}
/jupyterlab-jovyan"
:/home/jovyan
\
-e
NB_UID
=
$(
id
-u
)
\
-e
NB_GID
=
$(
id
-g
)
\
-e
CHOWN_HOME
=
yes
\
-e
CHOWN_HOME_OPTS
=
'-R'
\
jupyterlab/cuda/max/base[:MAJOR.MINOR.PATCH]
```
...
...
@@ -130,8 +128,6 @@ docker run -it --rm \
-v
"
${
PWD
}
/jupyterlab-jovyan"
:/home/jovyan
\
-e
NB_UID
=
$(
id
-u
)
\
-e
NB_GID
=
$(
id
-g
)
\
-e
CHOWN_HOME
=
yes
\
-e
CHOWN_HOME_OPTS
=
'-R'
\
IMAGE[:MAJOR[.MINOR[.PATCH]]]
```
...
...
@@ -147,11 +143,6 @@ The use of the `-v` flag in the command mounts the empty directory on the host
the user ID and the primary group ID of
`${NB_USER}`
to the user and group ID of
the one executing the command.
`-e CHOWN_HOME=yes -e CHOWN_HOME_OPTS='-R'`
instructs the startup script to
recursively change the
`${NB_USER}`
home directory owner and group to the
current value of
`${NB_UID}`
and
`${NB_GID}`
.
:information_source: This is only required for the first run.
The server logs appear in the terminal.
#### Using Podman (rootless mode)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment