Skip to content

Commit

Permalink
TEST-#3708: use 'latest' tag for 'rayproject/ray' base Ray image (#3714)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Nov 27, 2021
1 parent 5ca6d40 commit 62620cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/teamcity/Dockerfile.teamcity-ci
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@
#
# docker build --build-arg ENVIRONMENT=environment-dev.yml -t modin-project/teamcity-ci:${BUILD_NUMBER} -f ci/teamcity/Dockerfile.teamcity-ci ci/teamcity

FROM rayproject/ray:1.0.1
FROM rayproject/ray:latest

ARG ENVIRONMENT=environment-dev.yml

ADD modin.tar /modin
ADD git-rev /modin/git-rev

WORKDIR /modin
RUN sudo chown -R ray /modin

# Make RUN commands use `bash --login`:
SHELL ["/bin/bash", "--login", "-c"]

# Initialize conda in bash config files:
RUN conda init bash
ENV PATH /root/anaconda3/envs/modin/bin:$PATH
ENV PATH /home/ray/anaconda3/envs/modin/bin:$PATH

RUN conda config --set channel_priority strict
RUN conda update python -y
Expand Down

0 comments on commit 62620cb

Please sign in to comment.