-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mounts for --volume=HOME
#977
Conversation
@@ -1284,8 +1284,8 @@ neuro run [OPTIONS] IMAGE [CMD]... | |||
|
|||
# Starts a container pytorch:latest on a machine with smaller GPU resources | |||
# (see exact values in `neuro config show`) and with two volumes mounted: | |||
# storage://~ --> /var/storage/home (in read-write mode), | |||
# storage://neuromation --> /var/storage/neuromation (in read-only mode). | |||
# storage://<home-directory> --> /var/storage/home (in read-write mode), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
side change aiming improvement of the readability
LGTM when green. |
Codecov Report
@@ Coverage Diff @@
## master #977 +/- ##
=========================================
+ Coverage 87.69% 92.29% +4.6%
=========================================
Files 37 37
Lines 4259 4259
Branches 640 640
=========================================
+ Hits 3735 3931 +196
+ Misses 409 221 -188
+ Partials 115 107 -8
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #977 +/- ##
=========================================
+ Coverage 87.69% 92.29% +4.6%
=========================================
Files 37 37
Lines 4259 4259
Branches 640 640
=========================================
+ Hits 3735 3931 +196
+ Misses 409 221 -188
+ Partials 115 107 -8
Continue to review full report at Codecov.
|
Closes #975