Skip to content

Commit

Permalink
Fix ray version of ray base container
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed May 7, 2021
1 parent 16f0527 commit 3c31be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daliuge-common/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# First stage build and cleanup
#FROM python:3.8-slim
FROM rayproject/ray:1.3.0-py38
FROM rayproject/ray:74cbf0-py38
ARG BUILD_ID
LABEL stage=builder
LABEL build=$BUILD_ID
Expand All @@ -18,7 +18,7 @@ RUN cd && python -m venv dlg && cd /daliuge && \
sudo apt-get remove -y gcc


FROM rayproject/ray:1.3.0-py38
FROM rayproject/ray:74cbf0-py38
RUN sudo apt-get update && sudo apt-get install -y git
#COPY --from=0 /root/anaconda3/bin/dlg /root/anaconda3/bin/dlg
#COPY --from=0 /root/anaconda3/lib/python3.7/site-packages/dlg /root/anaconda3/lib/python3.7/site-packages/dlg
Expand Down

0 comments on commit 3c31be0

Please sign in to comment.