fix ray install (#1630)
Browse files
docker/Dockerfile-cloud-no-tmux
CHANGED
|
@@ -16,7 +16,7 @@ COPY scripts/motd /etc/motd
|
|
| 16 |
RUN pip install jupyterlab notebook ipywidgets && \
|
| 17 |
jupyter lab clean
|
| 18 |
RUN apt install --yes --no-install-recommends openssh-server tmux sudo && \
|
| 19 |
-
pip3 install -U --no-cache-dir grpcio ray==2.9.3 && \
|
| 20 |
mkdir -p ~/.ssh && \
|
| 21 |
chmod 700 ~/.ssh && \
|
| 22 |
printf "[ ! -z \"\$TERM\" -a -r /etc/motd ] && cat /etc/motd\n" >> ~/.bashrc && \
|
|
|
|
| 16 |
RUN pip install jupyterlab notebook ipywidgets && \
|
| 17 |
jupyter lab clean
|
| 18 |
RUN apt install --yes --no-install-recommends openssh-server tmux sudo && \
|
| 19 |
+
pip3 install -U --no-cache-dir grpcio ray[default]==2.9.3 && \
|
| 20 |
mkdir -p ~/.ssh && \
|
| 21 |
chmod 700 ~/.ssh && \
|
| 22 |
printf "[ ! -z \"\$TERM\" -a -r /etc/motd ] && cat /etc/motd\n" >> ~/.bashrc && \
|