Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Duplicate Declaration of pandas in Dockerfile #6959

Conversation

Zerohertz
Copy link
Contributor

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.

pandas \

pandas \

Changes

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

@loadams loadams enabled auto-merge January 17, 2025 17:44
@loadams loadams added this pull request to the merge queue Jan 17, 2025
Merged via the queue into microsoft:master with commit 7f3d669 Jan 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants