Skip to content

Commit

Permalink
Cuda compat removes shell (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Alvarez authored Jan 20, 2022
1 parent 792197a commit b9252c2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions docker/dockerfile.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
ARG IMAGE=nvcr.io/nvidia/tensorflow:21.12-tf2-py3
FROM ${IMAGE}

SHELL ["/bin/bash", "-c"]

# Args
ARG RELEASE=false
ARG NVTAB_VER=vnightly
Expand Down Expand Up @@ -157,5 +155,4 @@ RUN pip install numba numpy --upgrade
RUN echo $(du -h --max-depth=1 /)

HEALTHCHECK NONE
ENTRYPOINT []
CMD ["/bin/bash"]
3 changes: 0 additions & 3 deletions docker/dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
ARG IMAGE=nvcr.io/nvidia/tensorflow:21.12-tf2-py3
FROM ${IMAGE}

SHELL ["/bin/bash", "-c"]

# Args
ARG RELEASE=false
ARG NVTAB_VER=vnightly
Expand Down Expand Up @@ -90,5 +88,4 @@ RUN rm -rf /usr/local/share/jupyter/lab/staging/node_modules/fast-json-patch
RUN echo $(du -h --max-depth=1 /)

HEALTHCHECK NONE
ENTRYPOINT []
CMD ["/bin/bash"]
3 changes: 0 additions & 3 deletions docker/dockerfile.torch
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ARG IMAGE=nvcr.io/nvidia/pytorch:21.12-py3
FROM ${IMAGE}

SHELL ["/bin/bash", "-c"]

# Args
ARG RELEASE=false
ARG NVTAB_VER=vnightly
Expand Down Expand Up @@ -77,5 +75,4 @@ RUN rm -rf /opt/conda/share/jupyter/lab/staging/node_modules/fast-json-patch
RUN echo $(du -h --max-depth=1 /)

HEALTHCHECK NONE
ENTRYPOINT []
CMD ["/bin/bash"]
3 changes: 0 additions & 3 deletions docker/dockerfile.tri
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ ARG TRITON_VERSION=21.12
ARG IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
FROM ${IMAGE}

SHELL ["/bin/bash", "-c"]

# Args
ARG RELEASE=false
ARG RMM_VER=vnightly
Expand Down Expand Up @@ -243,5 +241,4 @@ RUN pip install numba numpy --upgrade
RUN echo $(du -h --max-depth=1 /)

HEALTHCHECK NONE
ENTRYPOINT []
CMD ["/bin/bash"]

0 comments on commit b9252c2

Please sign in to comment.