Skip to content

Commit

Permalink
Remove Duplicate Declaration of pandas in Dockerfile (deepspeedai#6959
Browse files Browse the repository at this point in the history
)

### Description

This pull request removes the redundant installation of `pandas` from
the `Dockerfile`.
It was previously declared twice, and this update eliminates the
duplicate entry, improving the clarity and maintainability of the
`Dockerfile`.

https://github.com/microsoft/DeepSpeed/blob/018ece5af2d89a11a4a235f81f94496c78b4f990/docker/Dockerfile#L124

https://github.com/microsoft/DeepSpeed/blob/018ece5af2d89a11a4a235f81f94496c78b4f990/docker/Dockerfile#L135

### Changes

Removed the duplicate pandas installation line from the `RUN pip
install` command.

Signed-off-by: gyou2021 <[email protected]>
  • Loading branch information
Zerohertz authored and gyou2021 committed Feb 18, 2025
1 parent ebc95b7 commit 9769c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ RUN pip install psutil \
sentencepiece \
msgpack \
requests \
pandas \
sphinx \
sphinx_rtd_theme \
scipy \
Expand Down

0 comments on commit 9769c54

Please sign in to comment.