-
Notifications
You must be signed in to change notification settings - Fork 5
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 pull denied #10
Comments
The errors of build from source is the result of "pytest tests -vv". |
Thank you for the comment. I updated the readme and the sample request in: #11 to make the quick-start easier to use. If a reclone doesn't work, here are two possible solutions.
With option 2, you should be able to run the docker command (which I also updated along with an updated mount location), without git-lfs. I uploaded updated the example request (which points to these new non git-lfs stored files), and uploaded the corresponding new sample_response.json. If neither of those work, could you please paste the commands that you are using (including the docker run command), and I will see if i can reproduce the error. |
Thanks for your quick react. |
Hi~
I am trying to use this great codes of "vessel-detection-viirs".
First, I tried with docker pull, but it does not work.
docker pull ghcr.io/vulcanskylight/vessel-detection-viirs:latest
Error response from daemon: Head "https://ghcr.io/v2/vulcanskylight/vessel-detection-viirs/manifests/latest": denied
And, I tryin to build from source.
But it makes error.
ERROR tests/test_main.py::TestApiLocalFiles::test_acquisition_time - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_filename - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_frame_extents - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_moonlight_illumination - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_predictions_count - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_response_code - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_response_size_under_one_megabyte - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR tests/test_main.py::TestApiLocalFiles::test_status - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Am I doing something wrong ?
Thanks.
The text was updated successfully, but these errors were encountered: