mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
Docker Updates (#308)
* new path for python build * add flag * build tar using git archive * no exit from start_ray.sh * update Docker instructions * update build docker script * add git revision * fix typo * bug fixes and clarifications * mend * add objectmanager ports to docker instructions * rewording * Small updates to documentation.
This commit is contained in:
committed by
Robert Nishihara
parent
b91d9cba45
commit
ad4b03bf7f
@@ -10,5 +10,5 @@ RUN echo 'export PATH=/opt/conda/bin:$PATH' > /etc/profile.d/conda.sh \
|
||||
&& /bin/bash /tmp/anaconda.sh -b -p /opt/conda \
|
||||
&& rm /tmp/anaconda.sh
|
||||
ENV PATH "/opt/conda/bin:$PATH"
|
||||
RUN conda install libgcc
|
||||
RUN pip install --upgrade pip
|
||||
RUN conda install -y libgcc
|
||||
RUN pip install --upgrade pip cloudpickle
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
FROM ray-project/base-deps
|
||||
ADD ray.tar /ray
|
||||
WORKDIR /ray/lib/python
|
||||
ADD git-rev /ray/git-rev
|
||||
WORKDIR /ray/python
|
||||
RUN python setup.py install
|
||||
WORKDIR /ray
|
||||
RUN echo "tail -f /dev/null" >> scripts/start_ray.sh
|
||||
|
||||
Reference in New Issue
Block a user