mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:11:38 +08:00
79e4a5a00e
* Ray with Docker * cleanup based on comments * rename docker user to ray-user * add examples docker image * working toward reliable Docker devel image * adjust ray-user uid for Linux builds on AWS * update documentation * reduced dependencies for examples * updated Docker documentation * experimental notice on developing with Docker
6 lines
159 B
Bash
Executable File
6 lines
159 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t amplab/ray:devel docker/devel
|
|
docker build -t amplab/ray:deploy docker/deploy
|
|
docker build -t amplab/ray:examples docker/examples
|