use docker latest

This commit is contained in:
Drake Panzer 2023-03-11 12:43:33 -07:00
parent 7f3e3c5a6f
commit f64905a754
No known key found for this signature in database
GPG Key ID: 194A1C358AACFC39
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@
"\n", "\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", "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", "\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", "\n",
"You can use the block below to test your Python version." "You can use the block below to test your Python version."
] ]
@ -1799,7 +1799,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.13" "version": "3.10.10"
} }
}, },
"nbformat": 4, "nbformat": 4,