Spaces:
Build error
Build error
File size: 576 Bytes
dee16ac |
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 |
### Deploy on Hugging Face
3. **Log in to Hugging Face CLI:**
```sh
huggingface-cli login
```
2. **Create a new repository on Hugging Face.**
3. **Push the Docker image to Hugging Face:**
```sh
docker tag watsonx-webchat huggingface.co/ruslanmv/watsonx-webchat
```
```sh
docker push huggingface.co/ruslanmv/watsonx-webchat
```
4. **Configure the Hugging Face repository to use the Docker image:**
- Go to your Hugging Face repository page.
- Click on "Settings".
- Under "Custom Docker Image", set the image to `huggingface.co/ruslanmv/watsonx-webchat`. |