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

Installing Torch Dependencies from Dockerfile Fails #147

Open
KandBM opened this issue Feb 20, 2023 · 1 comment
Open

Installing Torch Dependencies from Dockerfile Fails #147

KandBM opened this issue Feb 20, 2023 · 1 comment

Comments

@KandBM
Copy link

KandBM commented Feb 20, 2023

The line:

RUN curl -sk https://raw.githubusercontent.com/torch/distro/master/install-deps | bash && \
    rm -rf /var/lib/apt/lists/*

Throws the error:

Package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
 software-properties-common
 E: Package 'python-software-properties' has no installation candidate

Since this is part of a script it's difficult to correct, is there a solution?

@AlexWanghaoming
Copy link

I also met this question.

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

No branches or pull requests

2 participants