Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion space/deploy_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

# The thin Space Dockerfile builds `FROM <prebuilt base> + COPY space/`, so the
# Space repo needs only the app tree the base image (built in CI, see
# Space repo needs only the app tree; the base image (built in CI, see
# space/Dockerfile.base) already carries src/, packs/, spec/, specs/,
# build-config/, the wheel, and the baked model.
TREES = ["space"]
Expand Down
Loading