Skip to content

Commit

Permalink
Merge pull request #157 from ICRAR/yan-973-rebase
Browse files Browse the repository at this point in the history
YAN-973 test nifty cuda docker image
  • Loading branch information
calgray committed May 20, 2022
2 parents 06cd2c3 + ba4f5ec commit a055143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions daliuge-engine/docker/Dockerfile.devall
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ ENV DLG_ROOT="/tmp/dlg"
RUN apt install -y git python3-dev

RUN pip install git+https://gitlab.com/ska-telescope/sdp/ska-gridder-nifty-cuda.git
RUN pip install dlg-nifty-components
RUN pip install dlg-nifty-components>=1.1.0

RUN pip install --extra-index-url=https://artefact.skao.int/repository/pypi-internal/simple 'ska-sdp-cbf-emulator[plasma]==1.6.11'
RUN pip install dlg-casacore-components
RUN pip install 'ska-sdp-realtime-receive-modules[plasma]==2.0.1' 'ska-sdp-cbf-emulator==2.0.1' --extra-index-url=https://artefact.skao.int/repository/pypi-internal/simple
RUN pip install dlg-casacore-components>=0.3.0

CMD ["dlg", "daemon", "-vv"]
1 change: 1 addition & 0 deletions daliuge-engine/run_engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
DOCKER_OPTS="\
--shm-size=2g --ipc=shareable \
--rm \
$([[ $(nvidia-docker version) ]] && echo '--gpus=all' || echo '') \
--name daliuge-engine \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 5555:5555 -p 6666:6666 \
Expand Down

0 comments on commit a055143

Please sign in to comment.