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

Update Package List within an example Dockerfile #309

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

krishnakalyan3
Copy link
Contributor

@krishnakalyan3 krishnakalyan3 commented Jul 6, 2022

This section would fail as package list will need to be updated before installing curl

Fixes this error:

[build] [2022-07-06T22:16:17.587679+00:00] --------------------
[build] [2022-07-06T22:16:17.587686+00:00]    7 |     #RUN apt-get update
[build] [2022-07-06T22:16:17.587720+00:00]    8 | >>> RUN pip install pytorch-lightning && \
[build] [2022-07-06T22:16:17.587729+00:00]    9 | >>>     apt install curl -y
[build] [2022-07-06T22:16:17.587733+00:00]   10 |
[build] [2022-07-06T22:16:17.587736+00:00] --------------------
[build] [2022-07-06T22:16:17.587739+00:00] error: failed to solve: process "/bin/sh -c pip install pytorch-lightning &&     apt install curl -y" did not complete successfully: exit code: 100```

cc: @filintod

This section would fail as package list will need to be updated before installing `curl`

Fixes this error:
```[build] [2022-07-06T22:16:17.587662+00:00] Dockerfile:8
[build] [2022-07-06T22:16:17.587679+00:00] --------------------
[build] [2022-07-06T22:16:17.587686+00:00]    7 |     #RUN apt-get update
[build] [2022-07-06T22:16:17.587720+00:00]    8 | >>> RUN pip install pytorch-lightning && \
[build] [2022-07-06T22:16:17.587729+00:00]    9 | >>>     apt install curl -y
[build] [2022-07-06T22:16:17.587733+00:00]   10 |
[build] [2022-07-06T22:16:17.587736+00:00] --------------------
[build] [2022-07-06T22:16:17.587739+00:00] error: failed to solve: process "/bin/sh -c pip install pytorch-lightning &&     apt install curl -y" did not complete successfully: exit code: 100```

cc: @filintod
@krishnakalyan3 krishnakalyan3 changed the title Update Package List Update Package List within an example Dockerfile Jul 6, 2022
@alexandercort alexandercort merged commit 341fd0a into gridai:dev Jul 8, 2022
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