forked from NVIDIA/nemoclaw-community
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathambientcg-fixtures.yaml
More file actions
30 lines (28 loc) · 952 Bytes
/
Copy pathambientcg-fixtures.yaml
File metadata and controls
30 lines (28 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
preset:
name: ambientcg-fixtures
description: "Allow Hermes fixture preparation to download ambientCG CC0 assets"
network_policies:
ambientcg_fixtures:
name: ambientcg_fixtures
endpoints:
- host: ambientcg.com
port: 443
protocol: rest
enforcement: enforce
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: HEAD, path: "/**" }
- host: acg-download.struffelproductions.com
port: 443
protocol: rest
enforcement: enforce
rules:
- allow: { method: GET, path: "/**" }
- allow: { method: HEAD, path: "/**" }
binaries:
- { path: /usr/bin/python3* }
- { path: /opt/hermes/.venv/bin/python* }
- { path: /usr/bin/curl }
- { path: /usr/local/bin/curl }