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

autoscaler docker build get error #638

Open
seiriosPlus opened this issue Mar 7, 2018 · 3 comments
Open

autoscaler docker build get error #638

seiriosPlus opened this issue Mar 7, 2018 · 3 comments

Comments

@seiriosPlus
Copy link

seiriosPlus commented Mar 7, 2018

Step 7/9 : RUN glide install --strip-vendor
---> Running in 870e3c32361f
[WARN] The name listed in the config file (github.com/PaddlePaddle/cloud) does not match the current location (go)
[INFO] Lock file (glide.lock) does not exist. Performing update.
[WARN] The name listed in the config file (github.com/PaddlePaddle/cloud) does not match the current location (go)
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching github.com/bitly/go-simplejson
[INFO] --> Fetching github.com/golang/glog
[INFO] --> Fetching github.com/google/subcommands
[INFO] --> Fetching github.com/gorilla/mux
[INFO] --> Fetching gopkg.in/yaml.v2
[INFO] --> Fetching k8s.io/client-go
[INFO] --> Fetching k8s.io/kubernetes
[INFO] --> Fetching k8s.io/api
[INFO] --> Fetching github.com/inconshreveable/log15
[INFO] --> Fetching github.com/go-stack/stack
[INFO] --> Fetching k8s.io/code-generator
[INFO] --> Fetching github.com/wangkuiyi/candy
[INFO] --> Fetching gonum.org/v1/plot
[INFO] --> Fetching github.com/lucasb-eyer/go-colorful
[INFO] --> Fetching github.com/fatih/color
[WARN] Unable to checkout gonum.org/v1/plot
[ERROR] Update failed for gonum.org/v1/plot: https://gonum.org/v1/plot Not Found
[ERROR] Failed to do initial checkout of config: https://gonum.org/v1/plot Not Found
The command '/bin/sh -c glide install --strip-vendor' returned a non-zero code: 1

@typhoonzero
Copy link
Collaborator

@Yancey1989 Why we need https://gonum.org/v1/plot ? Is it for drawing the edl experiment graph?

@seiriosPlus
Copy link
Author

we use it in edl experiment, such as doc/edl/experiment/result/plot/plot.go

@seiriosPlus
Copy link
Author

add command "RUN mkdir ~/.glide && glide mirror set https://gonum.org/v1/plot https://github.com/gonum/plot" before "RUN glide install --strip-vendor" in Dockerfile, it seems OK.

@m3ngyang m3ngyang assigned m3ngyang and unassigned m3ngyang Mar 7, 2018
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

3 participants