-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,10 @@ | |
configuration. | ||
- Hysun He ([email protected]) @ Nov.12, 2024: Add the constant | ||
SERVICE_PORT_RULE_TAG | ||
- Hysun He ([email protected]) @ Jan.01, 2025: Set the default gpu | ||
image from skypilot:gpu-ubuntu-2004 to skypilot:gpu-ubuntu-2204 | ||
- Hysun He ([email protected]) @ Jan.01, 2025: Set the default image | ||
from ubuntu 20.04 to ubuntu 22.04, including: | ||
- GPU: skypilot:gpu-ubuntu-2004 -> skypilot:gpu-ubuntu-2204 | ||
- CPU: skypilot:cpu-ubuntu-2004 -> skypilot:cpu-ubuntu-2204 | ||
""" | ||
import os | ||
|
||
|