We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a796db6 commit a37768eCopy full SHA for a37768e
docs/zh/docs/dmc/model-hub/get-model-image.md
@@ -180,15 +180,15 @@ docker push myregistry.example.com/vllm-openai-tiktoken-chatglm3-6b-server
180
2. **下载 `mc` 客户端工具**
181
运行以下命令下载 MinIO 客户端工具 `mc`:
182
183
- ```bash
184
- curl https://dl.min.io/client/mc/release/linux-amd64/mc \
185
- --create-dirs \
186
- -o $HOME/minio-binaries/mc
187
-
188
- chmod +x $HOME/minio-binaries/mc
189
- export PATH=$PATH:$HOME/minio-binaries/
190
- mc --help
191
- ```
+ ```bash
+ curl https://dl.min.io/client/mc/release/linux-amd64/mc \
+ --create-dirs \
+ -o $HOME/minio-binaries/mc
+
+ chmod +x $HOME/minio-binaries/mc
+ export PATH=$PATH:$HOME/minio-binaries/
+ mc --help
+ ```
192
193
3. **登录 MinIO**
194
使用以下命令配置 MinIO 连接信息:
0 commit comments