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

Error while trying to run using docker #67

Closed
Raviteja1996 opened this issue Apr 21, 2019 · 6 comments
Closed

Error while trying to run using docker #67

Raviteja1996 opened this issue Apr 21, 2019 · 6 comments

Comments

@Raviteja1996
Copy link

Hi, when I tried to do it directly without docker, I was facing many problems but didn't find a solution. Now I tried using docker and I am facing the following error when I run the command,
command : bazel build -c opt //lingvo:trainer
Error:
INFO: Analysed target //lingvo:trainer (0 packages loaded).
INFO: Found 1 target...
ERROR: missing input file '@tensorflow_solib//:tensorflow_solib/libtensorflow_framework.so'
ERROR: /tmp/lingvo/lingvo/BUILD:150:1: Creating runfiles tree bazel-out/k8-opt/bin/lingvo/trainer.runfiles failed: Process terminated by signal 15: Process terminated by signal 15
ERROR: /root/.cache/bazel/_bazel_root/17eb95f0bc03547f4f1319e61997e114/external/tensorflow_solib/BUILD:2:1: @tensorflow_solib//:framework_lib: missing input file '@tensorflow_solib//:tensorflow_solib/libtensorflow_framework.so'
Target //lingvo:trainer failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /root/.cache/bazel/_bazel_root/17eb95f0bc03547f4f1319e61997e114/external/tensorflow_solib/BUILD:2:1 1 input file(s) do not exist
INFO: Elapsed time: 0.195s, Critical Path: 0.01s
INFO: 0 processes.
FAILED: Build did NOT complete successfully

@jonathanasdf
Copy link
Contributor

Hi, if you can, can you please write down how you solved this so if others have the same problem in the future they have a potential solution?

@Raviteja1996
Copy link
Author

I tried directly before without docker, so there was cache of that. I went and removed the 'bazel' folder from the cache and tried to do with the docker again. It ran fine.

@shudong-zhang
Copy link

I have the same problem. I removed the 'bazel' folder form the cache, but the error did not solved. Who knows why?

@RoKish
Copy link

RoKish commented Oct 23, 2019

I've also faced the problem. Any updates on this?

@fanshiqing
Copy link

I met the same problem when I want to build a centos7 docker step by step. Any updates? @Raviteja1996

@sveapp
Copy link

sveapp commented Sep 14, 2021

I met the same problem when I want to build a ubuntu docker step by step

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

6 participants