Create huggingface.yaml
Browse files- huggingface.yaml +2 -0
huggingface.yaml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
volumes:
|
| 2 |
+
- ./certificates:/etc/ssl/custom-certs # 相对路径映射
|