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

remove extra CMD from containers #390

Merged
merged 34 commits into from
Jul 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
cb2341a
add entrypoint to all containers
jperez999 May 2, 2022
e217d5d
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 3, 2022
59fa46e
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 3, 2022
41bfd49
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 4, 2022
fa45e64
remove -e for pip installs
jperez999 May 5, 2022
f972188
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 5, 2022
e09c1d0
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 9, 2022
98844f7
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 11, 2022
e74d5c1
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 13, 2022
0b30e36
add keyring to fix bad key nvidia issue
jperez999 May 13, 2022
20bf210
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 18, 2022
57bbeea
trying to move env call to see if it helps fix the install of distrib…
jperez999 May 18, 2022
434c1bb
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 21, 2022
930361d
fix extra CVE
jperez999 May 21, 2022
863ea68
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 24, 2022
9a32725
fixing CI routes
jperez999 May 24, 2022
1369bcd
merge in resolved
jperez999 May 27, 2022
37b8832
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 May 30, 2022
a4cad90
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 1, 2022
591ea79
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 1, 2022
9357a5d
fix merlin merge
jperez999 Jun 1, 2022
43209bc
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 2, 2022
7cde649
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 8, 2022
27943a7
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 8, 2022
02ae8e1
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 9, 2022
b066c8b
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 9, 2022
b38fbcd
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 9, 2022
ae9ddd1
Merge branch 'main' of https://github.com/NVIDIA-Merlin/Merlin
jperez999 Jun 14, 2022
bde397e
remove extra CMD that replaces previous entrypoint
jperez999 Jun 14, 2022
c279369
Merge branch 'main' into conts-fix
karlhigley Jun 14, 2022
b6dda75
Merge branch 'main' into conts-fix
karlhigley Jun 23, 2022
c2aa400
Merge branch 'main' into conts-fix
karlhigley Jun 23, 2022
b03563e
Merge branch 'main' into conts-fix
jperez999 Jul 7, 2022
bc1862d
Merge branch 'main' into conts-fix
jperez999 Jul 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docker/dockerfile.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,3 @@ RUN rm /usr/local/cuda/lib64/stubs/libcuda.so.1
RUN rm -rf /repos
RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/marked
RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/node-fetch

HEALTHCHECK NONE
CMD ["/bin/bash"]
4 changes: 0 additions & 4 deletions docker/dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ RUN if [ "$INSTALL_DISTRIBUTED_EMBEDDINGS" == "true" ]; then \
cd /distributed_embeddings && git checkout ${TFDE_VER} && \
make pip_pkg && pip install artifacts/*.whl && make clean; \
fi


HEALTHCHECK NONE
CMD ["/bin/bash"]
3 changes: 0 additions & 3 deletions docker/dockerfile.torch
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ COPY --chown=1000:1000 --from=dlfw /opt/conda/lib/python3.8/site-packages/torch

RUN pip install --no-deps fastai fastcore fastprogress fastdownload
RUN pip install matplotlib

HEALTHCHECK NONE
CMD ["/bin/bash"]