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

Extra docker build targets #100

Merged
merged 5 commits into from
Feb 7, 2022
Merged

Extra docker build targets #100

merged 5 commits into from
Feb 7, 2022

Conversation

calgray
Copy link
Collaborator

@calgray calgray commented Feb 2, 2022

Added 2 extra buildscript targets I regularly use for nifty component development.

build_common.sh devcuda includes the setup of cuda enabled docker images (cuda development files and not nvidia drivers).

build_engine.sh devall includes extra python components that may require extra apt packages and use different licenses.

FROM ubuntu:20.04
RUN apt-get update && apt-get install -y bash
COPY --from=0 /root/dlg /root/dlg

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

above this line is the same as Dockerfile.dev

@coveralls
Copy link

Coverage Status

Coverage decreased (-12.8%) to 66.795% when pulling 53ce2c1 on devall-docker into f92b8ba on master.

@coveralls
Copy link

coveralls commented Feb 2, 2022

Coverage Status

Coverage remained the same at 79.559% when pulling 53ce2c1 on devall-docker into f92b8ba on master.

RUN apt install -y git python3-dev
RUN pip install 'git+https://github.com/ICRAR/dlg-nifty-components.git'
RUN pip install --extra-index-url=https://artefact.skao.int/repository/pypi-internal/simple 'ska-sdp-cbf-emulator[plasma]>=1.6.4'
RUN pip install 'git+https://github.com/ICRAR/dlg-casacore-components.git'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines control the extra component packages to install

@awicenec awicenec merged commit e741689 into master Feb 7, 2022
@awicenec awicenec deleted the devall-docker branch February 7, 2022 12:34
awicenec added a commit that referenced this pull request May 19, 2022
pritchardn pushed a commit that referenced this pull request May 20, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants