Skip to content

Commit a742c56

Browse files
committed
clean up from unused commands
1 parent d31d423 commit a742c56

File tree

16 files changed

+0
-33
lines changed

16 files changed

+0
-33
lines changed

jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \
1717
ARG BASE_IMAGE
1818
FROM ${BASE_IMAGE} AS cpu-base
1919

20-
ARG TARGETARCH
21-
2220
WORKDIR /opt/app-root/bin
2321

2422
# OS Packages needs to be installed as root
@@ -72,7 +70,6 @@ WORKDIR /opt/app-root/src
7270

7371
ENTRYPOINT ["start-notebook.sh"]
7472

75-
7673
########################
7774
# jupytyer-datascience #
7875
########################

jupyter/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
ARG BASE_IMAGE
55
FROM ${BASE_IMAGE} AS cpu-base
66

7-
ARG TARGETARCH
8-
97
WORKDIR /opt/app-root/bin
108

119
# OS Packages needs to be installed as root

jupyter/minimal/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
ARG BASE_IMAGE
55
FROM ${BASE_IMAGE} AS cuda-base
66

7-
ARG TARGETARCH
8-
97
WORKDIR /opt/app-root/bin
108

119
# OS Packages needs to be installed as root

jupyter/minimal/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
ARG BASE_IMAGE
55
FROM ${BASE_IMAGE} AS rocm-base
66

7-
ARG TARGETARCH
8-
97
WORKDIR /opt/app-root/bin
108

119
# OS Packages needs to be installed as root

jupyter/pytorch+llmcompressor/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \
1717
ARG BASE_IMAGE
1818
FROM ${BASE_IMAGE} AS cuda-base
1919

20-
ARG TARGETARCH
21-
2220
WORKDIR /opt/app-root/bin
2321

2422
# OS Packages needs to be installed as root

jupyter/pytorch/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \
1717
ARG BASE_IMAGE
1818
FROM ${BASE_IMAGE} AS cuda-base
1919

20-
ARG TARGETARCH
21-
2220
WORKDIR /opt/app-root/bin
2321

2422
# OS Packages needs to be installed as root

jupyter/rocm/pytorch/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \
1717
ARG BASE_IMAGE
1818
FROM ${BASE_IMAGE} AS rocm-base
1919

20-
ARG TARGETARCH
21-
2220
WORKDIR /opt/app-root/bin
2321

2422
# OS Packages needs to be installed as root

jupyter/rocm/tensorflow/ubi9-python-3.12/Dockerfile.rocm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \
1717
ARG BASE_IMAGE
1818
FROM ${BASE_IMAGE} AS rocm-base
1919

20-
ARG TARGETARCH
21-
2220
WORKDIR /opt/app-root/bin
2321

2422
# OS Packages needs to be installed as root

jupyter/tensorflow/ubi9-python-3.12/Dockerfile.cuda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN cd ./mongodb-cli-mongocli-v${MONGOCLI_VERSION}/ && \
1717
ARG BASE_IMAGE
1818
FROM ${BASE_IMAGE} AS cuda-base
1919

20-
ARG TARGETARCH
21-
2220
WORKDIR /opt/app-root/bin
2321

2422
# OS Packages needs to be installed as root

rstudio/c9s-python-3.11/Dockerfile.cuda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
ARG BASE_IMAGE
55
FROM ${BASE_IMAGE} AS cuda-base
66

7-
ARG TARGETARCH
8-
97
WORKDIR /opt/app-root/bin
108

119
# Install micropipenv and uv to deploy packages from requirements.txt begin

0 commit comments

Comments
 (0)