mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Set DNS
This commit is contained in:
parent
9aec7c3878
commit
24a329ea5b
1 changed files with 4 additions and 0 deletions
|
@ -577,6 +577,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Set DNS
|
||||||
|
command: |
|
||||||
|
ssh remote-docker echo "nameserver x.x.x.x" | ssh remote-docker sudo tee
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue