Skip to content

Commit

Permalink
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Dockerfile-domino-piece.dev
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ COPY pyproject.toml /home/domino/domino_py/
COPY src/domino /home/domino/domino_py/src/domino
WORKDIR /home/domino/domino_py
RUN chmod -R 777 .
RUN pip install --no-cache -e .[piece]
RUN pip install --no-cache -e .[cli]

WORKDIR /home
1 change: 0 additions & 1 deletion Dockerfile-domino-piece.gpu-dev
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ COPY pyproject.toml /home/domino/domino_py/
COPY src/domino /home/domino/domino_py/src/domino
WORKDIR /home/domino/domino_py
RUN chmod -R 777 .
RUN pip install --no-cache -e .[piece]
RUN pip install --no-cache -e .[cli]

WORKDIR /home
1 change: 0 additions & 1 deletion Dockerfile-domino-piece.gpu-prod
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@ RUN chmod -R 777 .

# pip install Domino from PyPI
RUN python3 -m pip install --upgrade pip \
pip install domino-py[piece] \
pip install domino-py[cli]

WORKDIR /home
1 change: 0 additions & 1 deletion Dockerfile-domino-piece.prod
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ RUN chmod -R 777 .

# pip install Domino from PyPI
RUN /usr/local/bin/python -m pip install --upgrade pip \
pip install domino-py[piece] \
pip install domino-py[cli]

WORKDIR /home
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -61,14 +61,14 @@ readme = { file = 'README.md', content-type = 'text/markdown' }
domino = "domino.cli.cli:cli"

[project.optional-dependencies]
piece = ["bottle==0.12.25"]
cli = [
"urllib3== 1.26.15",
"cryptography==39.0.1",
"pyOpenSSL==23.1.1",
"PyGithub==1.55",
"docker>=6.0.1",
"kubernetes==23.6.0",
"bottle==0.12.25"
]
airflow = [
"apache-airflow==2.6.3",

0 comments on commit 69c0f04

Please sign in to comment.