Skip to content

Commit

Permalink
Update functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Oct 30, 2023
1 parent 91eae84 commit c5c17b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runpod/cli/groups/project/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def create_new_project(project_name, runpod_volume_id, python_version, # pylint:
project_table = table()
project_table.add("uuid", project_uuid)
project_table.add("name", project_name)
project_table.add("base_image", "runpod/base:0.1.0")
project_table.add("base_image", "runpod/base:0.2.0")
project_table.add("gpu_types", [
"NVIDIA RTX A4000", "NVIDIA RTX A4500", "NVIDIA RTX A5000",
"NVIDIA GeForce RTX 3090", "NVIDIA RTX A6000"])
Expand Down

0 comments on commit c5c17b3

Please sign in to comment.