mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Remove .boto files that are no longer needed during docker build (#20407)
## Why are these changes needed? The .boto files are already added to the base image and ACL'ed to root, adding them again during app config build causes permission issues. ## Related issue number
This commit is contained in:
parent
31eb385426
commit
f4e8319eaa
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ python:
|
|||
|
||||
post_build_cmds:
|
||||
- pip uninstall -y ray || true
|
||||
# Needed for gsutil authentication
|
||||
- printf "[GoogleCompute]\nservice_account = default\n" > /home/ray/.boto
|
||||
# Install Ray
|
||||
- pip3 install -U {{ env["RAY_WHEELS"] | default("ray") }}
|
||||
- {{ env["RAY_WHEELS_SANITY_CHECK"] | default("echo No Ray wheels sanity check") }}
|
||||
|
|
Loading…
Add table
Reference in a new issue