mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
[Docker][minor] Update path in base-deps Dockerfile (#12391)
* Update path in base-deps Dockerfile * development Dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ ADD git-rev /ray/git-rev
|
||||
# Install dependencies needed to build ray
|
||||
RUN apt-get update && apt-get install -y curl unzip cmake gcc && apt-get clean
|
||||
RUN cd /ray && git init && ./ci/travis/install-bazel.sh --system
|
||||
ENV PATH=$PATH:/root/bin
|
||||
ENV PATH=$PATH:/home/ray/bin
|
||||
RUN echo 'build --remote_cache="https://storage.googleapis.com/ray-bazel-cache"' >> $HOME/.bazelrc
|
||||
RUN echo 'build --remote_upload_local_results=false' >> $HOME/.bazelrc
|
||||
WORKDIR /ray/
|
||||
|
||||
Reference in New Issue
Block a user