fix: remove COPY ray-serve/ - now installed from PyPI
Some checks failed
Build and Push Images / build-nvidia (push) Failing after 13s
Build and Push Images / build-strixhalo (push) Failing after 1m56s
Build and Push Images / build-rdna2 (push) Failing after 2m8s
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build-intel (push) Has been cancelled
Some checks failed
Build and Push Images / build-nvidia (push) Failing after 13s
Build and Push Images / build-strixhalo (push) Failing after 1m56s
Build and Push Images / build-rdna2 (push) Failing after 2m8s
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build-intel (push) Has been cancelled
ray-serve-apps package is now installed from Gitea PyPI registry at runtime by the RayService configuration, not bundled in image.
This commit is contained in:
@@ -78,8 +78,7 @@ RUN --mount=type=cache,target=/home/ray/.cache/uv,uid=1000,gid=1000 \
|
||||
'httpx>=0.27.0,<1.0' \
|
||||
'pydantic>=2.0.0,<3.0'
|
||||
|
||||
# Copy application code
|
||||
COPY --chown=ray:ray ray-serve/ /app/ray_serve/
|
||||
# Copy entrypoint script (ray-serve-apps is installed from PyPI at runtime)
|
||||
COPY --chown=ray:ray --chmod=755 dockerfiles/ray-entrypoint.sh /app/ray-entrypoint.sh
|
||||
|
||||
# Environment configuration
|
||||
|
||||
Reference in New Issue
Block a user