use docker latest
This commit is contained in:
parent
7f3e3c5a6f
commit
f64905a754
|
@ -225,7 +225,7 @@
|
|||
"\n",
|
||||
"First, delete your current notebook and create a new one following these instructions: https://docs.paperspace.com/gradient/notebooks/runtimes/#how-to-specify-a-custom-container\n",
|
||||
"\n",
|
||||
"Make sure to use this container image: `cyberes/gradient-base-py3.10`\n",
|
||||
"Make sure to use this container image: `cyberes/gradient-base-py3.10:latest`\n",
|
||||
"\n",
|
||||
"You can use the block below to test your Python version."
|
||||
]
|
||||
|
@ -1799,7 +1799,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.13"
|
||||
"version": "3.10.10"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
Loading…
Reference in New Issue