writinwaters
commited on
Commit
·
9741edc
1
Parent(s):
8593299
Added env. MACOS (#3297)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- docker/.env +2 -1
- docker/README.md +2 -0
docker/.env
CHANGED
|
@@ -92,4 +92,5 @@ TIMEZONE='Asia/Shanghai'
|
|
| 92 |
# Uncomment the following line if you have limited access to huggingface.co:
|
| 93 |
# HF_ENDPOINT=https://hf-mirror.com
|
| 94 |
|
| 95 |
-
|
|
|
|
|
|
| 92 |
# Uncomment the following line if you have limited access to huggingface.co:
|
| 93 |
# HF_ENDPOINT=https://hf-mirror.com
|
| 94 |
|
| 95 |
+
# Uncomment the following line if your OS is MacOS:
|
| 96 |
+
# MACOS=1
|
docker/README.md
CHANGED
|
@@ -108,6 +108,8 @@ The [.env](./.env) file contains important environment variables for Docker.
|
|
| 108 |
The local time zone. Defaults to `'Asia/Shanghai'`.
|
| 109 |
- `HF_ENDPOINT`
|
| 110 |
The mirror site for huggingface.co. It is disabled by default. You can uncomment this line if you have limited access to the primary Hugging Face domain.
|
|
|
|
|
|
|
| 111 |
|
| 112 |
## 🐋 Service configuration
|
| 113 |
|
|
|
|
| 108 |
The local time zone. Defaults to `'Asia/Shanghai'`.
|
| 109 |
- `HF_ENDPOINT`
|
| 110 |
The mirror site for huggingface.co. It is disabled by default. You can uncomment this line if you have limited access to the primary Hugging Face domain.
|
| 111 |
+
- `MACOS`
|
| 112 |
+
Optimizations for MacOS. It is disabled by default. You can uncomment this line if your OS is MacOS.
|
| 113 |
|
| 114 |
## 🐋 Service configuration
|
| 115 |
|