Skip to content

Commit fac7240

Browse files
committed
fixed dependency
1 parent ec84721 commit fac7240

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vendor/ngc-tensorflow/Dockerfile.20.12-tf1-py3

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ RUN cd /tmp && \
178178
WORKDIR /tmp
179179
COPY ./requirements.txt /tmp
180180
RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
181-
python3 -m pip install --no-cache-dir tensorflow_model_analysis && \
182-
python3 -m pip install --no-cache-dir -I sklearn && \
183181
rm -f /tmp/*.whl /tmp/requirements.txt
184182

185183
# install git-lfs

0 commit comments

Comments
 (0)