winglian commited on
Commit
891ae8a
1 Parent(s): 0c49ecc

fix ray install (#1630)

Browse files
Files changed (1) hide show
  1. docker/Dockerfile-cloud-no-tmux +1 -1
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 && \