mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
remove protobuf version from pip install and add instructions for adding Ray to path (#362)
This commit is contained in:
committed by
Philipp Moritz
parent
149c13913a
commit
ac36cd6dcd
@@ -6,7 +6,7 @@ RUN apt-get update
|
||||
RUN apt-get -y install apt-utils
|
||||
RUN apt-get -y install sudo
|
||||
RUN apt-get install -y git cmake build-essential autoconf curl libtool python-dev python-numpy python-pip libboost-all-dev unzip graphviz
|
||||
RUN pip install ipython typing funcsigs subprocess32 protobuf==3.0.0a2 colorama graphviz cloudpickle
|
||||
RUN pip install ipython typing funcsigs subprocess32 protobuf colorama graphviz cloudpickle
|
||||
RUN adduser --gecos --ingroup ray-user --disabled-login --gecos ray-user
|
||||
RUN adduser ray-user sudo
|
||||
RUN sed -i "s|%sudo\tALL=(ALL:ALL) ALL|%sudo\tALL=NOPASSWD: ALL|" /etc/sudoers
|
||||
|
||||
Reference in New Issue
Block a user