Skip to content
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

Updating Example README #183

Merged
merged 4 commits into from Apr 5, 2022
Merged

Conversation

bschifferer
Copy link
Contributor

Updating Example README

root and others added 3 commits April 4, 2022 17:53
@nvidia-merlin-bot
Copy link
Contributor

Click to view CI Results
GitHub pull request #183 of commit 6907907951975b2b2c58a810d2c135cec7cfcd0a, no merge conflicts.
Running as SYSTEM
Setting status of 6907907951975b2b2c58a810d2c135cec7cfcd0a to PENDING with url https://10.20.13.93:8080/job/merlin_merlin/9/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_merlin
using credential systems-login
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Merlin # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/Merlin
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Merlin +refs/pull/183/*:refs/remotes/origin/pr/183/* # timeout=10
 > git rev-parse 6907907951975b2b2c58a810d2c135cec7cfcd0a^{commit} # timeout=10
Checking out Revision 6907907951975b2b2c58a810d2c135cec7cfcd0a (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6907907951975b2b2c58a810d2c135cec7cfcd0a # timeout=10
Commit message: "example"
 > git rev-list --no-walk b9e34e113a81498b776bfebfa7d727fdc8739357 # timeout=10
[merlin_merlin] $ /bin/bash /tmp/jenkins6538550461615396231.sh
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_merlin/merlin
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 1 item

tests/unit/test_version.py . [100%]

============================== 1 passed in 0.01s ===============================
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/Merlin/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[merlin_merlin] $ /bin/bash /tmp/jenkins4081489795946989167.sh

@github-actions
Copy link

github-actions bot commented Apr 4, 2022

Documentation preview

https://nvidia-merlin.github.io/Merlin/review/pr-183

examples/README.md Outdated Show resolved Hide resolved
@@ -47,17 +57,15 @@ To run the example notebooks using Docker containers, do the following:

1. Pull the container by running the following command:
```
docker run --runtime=nvidia --rm -it -p 8888:8888 -p 8797:8787 -p 8796:8786 --ipc=host --cap-add SYS_PTRACE <docker container> /bin/bash
docker run --gpus all --rm -it -p 8888:8888 -p 8797:8787 -p 8796:8786 -p 8000:8000 -p 8001:8001 -p 8002:8002 --ipc=host --cap-add SYS_PTRACE <docker container> /bin/bash
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to Add a note and refer to the read me in the Deploying-multi-stage-Recsys Readme.

@nvidia-merlin-bot
Copy link
Contributor

Click to view CI Results
GitHub pull request #183 of commit 01daf94a338bbefcc9b2075da5ac69a5bb455509, no merge conflicts.
Running as SYSTEM
Setting status of 01daf94a338bbefcc9b2075da5ac69a5bb455509 to PENDING with url https://10.20.13.93:8080/job/merlin_merlin/14/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_merlin
using credential systems-login
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Merlin # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/Merlin
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Merlin +refs/pull/183/*:refs/remotes/origin/pr/183/* # timeout=10
 > git rev-parse 01daf94a338bbefcc9b2075da5ac69a5bb455509^{commit} # timeout=10
Checking out Revision 01daf94a338bbefcc9b2075da5ac69a5bb455509 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 01daf94a338bbefcc9b2075da5ac69a5bb455509 # timeout=10
Commit message: "update"
 > git rev-list --no-walk dae33438257386ad27f42765a5e5ac71cf66dafd # timeout=10
[merlin_merlin] $ /bin/bash /tmp/jenkins8166541689601305129.sh
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.1, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_merlin/merlin
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 1 item

tests/unit/test_version.py . [100%]

============================== 1 passed in 0.01s ===============================
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/Merlin/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[merlin_merlin] $ /bin/bash /tmp/jenkins8096430315841175472.sh

@rnyak rnyak merged commit 6839ec5 into NVIDIA-Merlin:main Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants