mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
remove verbose flag in tar (#363)
This commit is contained in:
committed by
Robert Nishihara
parent
9903fc0335
commit
d8dd9de81b
@@ -15,7 +15,7 @@ if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
|
||||
docker version
|
||||
|
||||
# We tar the current checkout, then include it in the Docker image
|
||||
tar --exclude './docker' -cv . > ./docker/test-base/ray.tar
|
||||
tar --exclude './docker' -c . > ./docker/test-base/ray.tar
|
||||
docker build --no-cache -t amplab/ray:test-base docker/test-base
|
||||
rm ./docker/test-base/ray.tar
|
||||
docker build --no-cache -t amplab/ray:test-examples docker/test-examples
|
||||
|
||||
Reference in New Issue
Block a user