Remove Duplicate Declaration of pandas in `Dockerfile` (#6959)

### 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`.


018ece5af2/docker/Dockerfile (L124)


018ece5af2/docker/Dockerfile (L135)

### Changes

Removed the duplicate pandas installation line from the `RUN pip
install` command.
This commit is contained in:
Hyogeun Oh (오효근) 2025-01-18 02:44:49 +09:00 коммит произвёл GitHub
Родитель f97f0885cf
Коммит 7f3d669b40
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -132,7 +132,6 @@ RUN pip install psutil \
sentencepiece \ sentencepiece \
msgpack \ msgpack \
requests \ requests \
pandas \
sphinx \ sphinx \
sphinx_rtd_theme \ sphinx_rtd_theme \
scipy \ scipy \