Skip to content

Commit f0a6826

Browse files
committed
remove tensorflow base image
1 parent 0ac8f8a commit f0a6826

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,3 @@ COPY requirements.txt .
55
COPY pyproject.toml .
66

77
RUN python -m build
8-
9-
10-
FROM tensorflow/tensorflow:2.14.0 AS train
11-
12-
COPY --from=base dist/nectarine-0.0.0-py3-none-any.whl nectarine.whl
13-
14-
RUN pip install nectarine.whl

0 commit comments

Comments
 (0)