mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
6 lines
159 B
Bash
6 lines
159 B
Bash
![]() |
#!/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
|