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

Docker fails to make #4402

Open
dbolser opened this issue Oct 17, 2023 · 0 comments
Open

Docker fails to make #4402

dbolser opened this issue Oct 17, 2023 · 0 comments

Comments

@dbolser
Copy link

dbolser commented Oct 17, 2023

I checked out tag v131.0

Then followed the docker instructions. However, it fell over almost at the first step (make devcontainer):

$ docker run --rm -it -p 6378:6378 -p 6543:6543 -p 8000:8000 -p 9201:9201 -v $(pwd):/workspaces/encoded --workdir /workspaces/encoded --name encode-container encoded-devcontainer:latest bash
encoded@a977ab020fab:/workspaces/encoded$ make devcontainer
curl -o ontology.json -z ontology.json https://s3-us-west-1.amazonaws.com/encoded-build/ontology/ontology-2022-11-01.json
Warning: Illegal date format for -z, --time-cond (and not a file name). 
Warning: Disabling time condition. See curl_getdate(3) for valid date syntax.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Failed to create the file ontology.json: Permission denied
  0 62.0M    0  8468    0     0  11098      0  1:37:43 --:--:--  1:37:43 11098
curl: (23) Failure writing output to destination
make: *** [Makefile:20: download-ontology] Error 23
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

1 participant