mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 04:44:28 +08:00
91f16a3df0
* Migrate repositories to ray-project. * Update numbuf to the migrated version.
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t ray-project/ray:devel docker/devel
|
|
docker build -t ray-project/ray:deploy docker/deploy
|
|
docker build -t ray-project/ray:examples docker/examples
|