Skip to content

Commit

Permalink
Remove Duplicate Declaration of pandas in Dockerfile (#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.
  • Loading branch information
Zerohertz authored Jan 17, 2025
1 parent f97f088 commit 7f3d669
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 7f3d669

Please sign in to comment.