mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
5 lines
174 B
Bash
Executable file
5 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
|