-
Notifications
You must be signed in to change notification settings - Fork 235
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-compose up --build" throws DistributionNotFound error #510
Comments
What's your docker-compose version? |
1.8.0 build 94f7016.
As was asked to.
…On Sun, Feb 3, 2019, 2:16 PM Pigeon ***@***.***> wrote:
What's your docker-compose version?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#510 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhiMzhEC9dw25Y1Tt_sikvhWCNZhebbqks5vJqH8gaJpZM4aUt_B>
.
|
Can your docker-compose run other docker-compose.yml? |
It was able to run other .yml files. I tried installing docker-compose again. It did not pose the same error this time. But now I am facing a new error while running docker-compose up as was mentioned in the steps.
Sorry for closing the issue mistakenly. |
@Debapriya-Tula , looks like you have been running some other docker/ docker-compose command which is already using the ports (maybe cloudcv/EvalAI ? ). In my case I had been building both cloudcv/EvalAI and cloudcv/Fabrik simultaneously which led to the same error. Stop other running docker containers and/ or docker-compose commands. That should fix it. Another way would be to run "docker ps" and see which of the ports are already occupied by which containers and stop them by doing "docker container stop " |
the expected behaviour
Command should have run with no errors
the observed behaviour
Throws DistributionNotFound error
Traceback:
OS : Ubuntu 16.04
Browser: Chromium
The text was updated successfully, but these errors were encountered: