-
Notifications
You must be signed in to change notification settings - Fork 0
Remove loripsum #29
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 loripsum #29
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR aims to remove the problematic "loripsum" ADD command from various Dockerfiles to stop the associated errors during builds.
- Comment out the ADD instruction in docker/namd/GPU.Dockerfile
- Comment out the ADD instruction in docker/namd/CPU.Dockerfile
- Comment out the ADD instruction in docker/common/GPU.Dockerfile
- Comment out the ADD instruction in docker/common/CPU.Dockerfile
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docker/namd/GPU.Dockerfile | Commented out the ADD instruction for loripsum removal |
| docker/namd/CPU.Dockerfile | Commented out the ADD instruction for loripsum removal |
| docker/common/GPU.Dockerfile | Commented out the ADD instruction for loripsum removal |
| docker/common/CPU.Dockerfile | Commented out the ADD instruction for loripsum removal |
|
|
||
| # bust the docker cache so that we always rerun the installs below | ||
| ADD https://loripsum.net/api /opt/docker/etc/gibberish | ||
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
Copilot
AI
May 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider removing the commented out ADD instruction entirely if it is no longer needed to reduce code clutter. Alternatively, add a brief comment explaining why it's retained.
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish | |
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish | |
| # Retained as a placeholder for potential future use in cache-busting during development. |
|
|
||
| # bust the docker cache so that we always rerun the installs below | ||
| ADD https://loripsum.net/api /opt/docker/etc/gibberish | ||
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
Copilot
AI
May 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider removing the commented out ADD instruction entirely if it is no longer needed to reduce code clutter. Alternatively, add a brief comment explaining why it's retained.
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
|
|
||
| # bust the docker cache so that we always rerun the installs below | ||
| ADD https://loripsum.net/api /opt/docker/etc/gibberish | ||
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
Copilot
AI
May 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider removing the commented out ADD instruction entirely if it is no longer needed to reduce code clutter. Alternatively, add a brief comment explaining why it's retained.
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
|
|
||
| # bust the docker cache so that we always rerun the installs below | ||
| ADD https://loripsum.net/api /opt/docker/etc/gibberish | ||
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
Copilot
AI
May 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider removing the commented out ADD instruction entirely if it is no longer needed to reduce code clutter. Alternatively, add a brief comment explaining why it's retained.
| # ADD https://loripsum.net/api /opt/docker/etc/gibberish |
Removing/Commenting out
ADD https://loripsum.net/api /opt/docker/etc/gibberishfrom*.Dockerfiledue to ERRORs