mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
Remove CMake files (#4493)
This commit is contained in:
committed by
Robert Nishihara
parent
7d776f35e1
commit
b0f6ddf6d1
@@ -87,7 +87,7 @@ setup_commands:
|
||||
# - sudo dpkg --configure -a
|
||||
# Install basics.
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool unzip flex bison python
|
||||
- sudo apt-get install -y build-essential curl unzip
|
||||
# Install Anaconda.
|
||||
- wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh || true
|
||||
- bash Anaconda3-5.0.1-Linux-x86_64.sh -b -p $HOME/anaconda3 || true
|
||||
|
||||
@@ -98,7 +98,7 @@ def docker_start_cmds(user, image, mount, cname, user_options):
|
||||
cmds.append(" ".join(docker_check + docker_run))
|
||||
docker_update = [
|
||||
" && ".join(("apt-get -y update", "apt-get -y upgrade",
|
||||
"apt-get install -y git wget cmake psmisc"))
|
||||
"apt-get install -y git wget psmisc"))
|
||||
]
|
||||
cmds.extend(with_docker_exec(docker_update, container_name=cname))
|
||||
return cmds
|
||||
|
||||
Reference in New Issue
Block a user