Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Python Dockerfile build fails #2

Open
znatty22 opened this issue Sep 12, 2023 · 0 comments
Open

Python Dockerfile build fails #2

znatty22 opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@znatty22
Copy link
Member

Issue

The build fails when install python packages:

RUN pip3 install PyYAML \
. This is happening because there are errors in the way these external packages (git based ones) are setup.

Solution

  1. Fix the following issues
  1. Update Dockerfile to
RUN pip3 git+https://[email protected]/ncpi-fhir/ncpi-fhir-utility.git \
        git+https://github.com/ncpi-fhir/ncpi-fhir-client \
        git+https://github.com/NIH-NCPI/ncpi-whistler
@znatty22 znatty22 added the bug Something isn't working label Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant