-
Notifications
You must be signed in to change notification settings - Fork 97
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
Docker Support #63
Open
whit3he4d
wants to merge
7
commits into
hbashton:master
Choose a base branch
from
whit3he4d:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Docker Support #63
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process_lists.py will be run when docker container starts. It handles all lists in share/lists - if done with list , the list will be renamed.
skipping already done lists
tmaier
reviewed
Mar 26, 2021
RUN apt install git -y | ||
RUN apt install python-dev -y | ||
|
||
RUN wget https://bootstrap.pypa.io/get-pip.py && \ |
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.
Thanks for providing a Dockerfile, however it fails.
Please tag a specific ubuntu version, maybe even an official image for python with PIP installed
=> ERROR [10/15] RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py 0.8s
------
> [10/15] RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py:
#14 0.399 --2021-03-26 22:44:16-- https://bootstrap.pypa.io/get-pip.py
#14 0.400 Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 151.101.0.175, 151.101.64.175, 151.101.128.175, ...
#14 0.465 Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|151.101.0.175|:443... connected.
#14 0.516 HTTP request sent, awaiting response... 200 OK
#14 0.532 Length: 1927630 (1.8M) [text/x-python]
#14 0.532 Saving to: 'get-pip.py'
#14 0.532
#14 0.532 0K .......... .......... .......... .......... .......... 2% 3.18M 1s
#14 0.547 50K .......... .......... .......... .......... .......... 5% 7.62M 0s
#14 0.554 100K .......... .......... .......... .......... .......... 7% 5.92M 0s
#14 0.562 150K .......... .......... .......... .......... .......... 10% 7.87M 0s
#14 0.569 200K .......... .......... .......... .......... .......... 13% 6.73M 0s
#14 0.576 250K .......... .......... .......... .......... .......... 15% 11.0M 0s
#14 0.580 300K .......... .......... .......... .......... .......... 18% 7.94M 0s
#14 0.586 350K .......... .......... .......... .......... .......... 21% 14.1M 0s
#14 0.590 400K .......... .......... .......... .......... .......... 23% 6.66M 0s
#14 0.597 450K .......... .......... .......... .......... .......... 26% 9.70M 0s
#14 0.602 500K .......... .......... .......... .......... .......... 29% 12.1M 0s
#14 0.606 550K .......... .......... .......... .......... .......... 31% 3.77M 0s
#14 0.619 600K .......... .......... .......... .......... .......... 34% 32.4M 0s
#14 0.621 650K .......... .......... .......... .......... .......... 37% 27.2M 0s
#14 0.622 700K .......... .......... .......... .......... .......... 39% 4.60M 0s
#14 0.633 750K .......... .......... .......... .......... .......... 42% 8.62M 0s
#14 0.639 800K .......... .......... .......... .......... .......... 45% 12.8M 0s
#14 0.643 850K .......... .......... .......... .......... .......... 47% 12.6M 0s
#14 0.646 900K .......... .......... .......... .......... .......... 50% 8.09M 0s
#14 0.652 950K .......... .......... .......... .......... .......... 53% 12.3M 0s
#14 0.656 1000K .......... .......... .......... .......... .......... 55% 10.8M 0s
#14 0.661 1050K .......... .......... .......... .......... .......... 58% 8.43M 0s
#14 0.667 1100K .......... .......... .......... .......... .......... 61% 12.4M 0s
#14 0.671 1150K .......... .......... .......... .......... .......... 63% 10.2M 0s
#14 0.675 1200K .......... .......... .......... .......... .......... 66% 14.4M 0s
#14 0.679 1250K .......... .......... .......... .......... .......... 69% 14.0M 0s
#14 0.683 1300K .......... .......... .......... .......... .......... 71% 11.7M 0s
#14 0.687 1350K .......... .......... .......... .......... .......... 74% 9.85M 0s
#14 0.691 1400K .......... .......... .......... .......... .......... 77% 16.2M 0s
#14 0.694 1450K .......... .......... .......... .......... .......... 79% 12.0M 0s
#14 0.698 1500K .......... .......... .......... .......... .......... 82% 15.6M 0s
#14 0.702 1550K .......... .......... .......... .......... .......... 84% 10.5M 0s
#14 0.706 1600K .......... .......... .......... .......... .......... 87% 14.1M 0s
#14 0.710 1650K .......... .......... .......... .......... .......... 90% 21.7M 0s
#14 0.712 1700K .......... .......... .......... .......... .......... 92% 11.8M 0s
#14 0.716 1750K .......... .......... .......... .......... .......... 95% 13.9M 0s
#14 0.720 1800K .......... .......... .......... .......... .......... 98% 9.18M 0s
#14 0.725 1850K .......... .......... .......... .. 100% 16.3M=0.2s
#14 0.727
#14 0.727 2021-03-26 22:44:16 (9.44 MB/s) - 'get-pip.py' saved [1927630/1927630]
#14 0.727
#14 0.764 ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead.
------
executor failed running [/bin/sh -c wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py]: exit code: 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I created a Dockerfile thats downloads and install all necessary files.
Also adds a small python scrips which is able to handle multiple lists of spotify uris.