Kimmo Sääskilahti
Results
2
comments of
Kimmo Sääskilahti
For reference, here's how to run MongoDB 6.0 in a Docker container: ```sh docker run --name mongo --rm -v $HOME/.fiftyone/var/lib/mongo:/data/db -d -p 27017:27017 mongo:6.0.4-jammy ``` and configure FiftyOne to use...
I can see how it's easier for users if they can avoid running the separate build step, with record taking care of schema building. For me, it just feels a...