- Install proprietary nvidia driver
- Install nvidia-container-toolkit, containing CUDA (?) (via apt-get)
- Install tensorflow docker container
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
""" | |
MongoDB insert & update demo. | |
Create a database & collection on a local MongoDB instance, and insert & update | |
some documents. | |
""" | |
import pymongo |