-
Notifications
You must be signed in to change notification settings - Fork 178
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
pip install not needed with docker image #486
Labels
Comments
2 tasks
raghavgr
added a commit
to raghavgr/documentation
that referenced
this issue
Nov 4, 2017
This commit makes sure that the `pip install -r requirements.txt` will no longer appear in Docker_image.rst. It is not necessary with a docker image. Closes coala#486
gitmate-bot
pushed a commit
to raghavgr/documentation
that referenced
this issue
Nov 5, 2017
This commit makes sure that the `pip install -r requirements.txt` will no longer appear in Docker_image.rst. It is not necessary with a docker image. Closes coala#486
raghavgr
pushed a commit
to raghavgr/documentation
that referenced
this issue
Nov 6, 2017
http://docs.coala.io/en/latest/Users/Docker_Image.html#coala-on-gitlab-ci mentions invokingpip install -r requirements.txt. It is unnecessary and the documentation has been updated to show the changes. Closes coala#486
raghavgr
added a commit
to raghavgr/documentation
that referenced
this issue
Nov 6, 2017
`pip install` is unnecessary in Docker Image docs. Closes coala#486
Refer to the above commits @vipuldcoder |
vipuldcoder
added a commit
to vipuldcoder/documentation
that referenced
this issue
Nov 11, 2017
gitmate-bot
pushed a commit
to vipuldcoder/documentation
that referenced
this issue
Apr 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://docs.coala.io/en/latest/Users/Docker_Image.html#coala-on-gitlab-ci mentions invoking
pip install ..
.This line is not necessary
difficulty/newcomer
Opened by @jayvdb at Gitter
The text was updated successfully, but these errors were encountered: