Skip to content

Commit

Permalink
Ensure dir made
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Oct 31, 2024
1 parent c7b8c50 commit 0be1a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ npm install -g puppeteer-core
# https://github.com/voxel51/fiftyone/issues/3975
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz
tar xvzf mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz
mkdir -p /usr/lib/python3.10/site-packages/fiftyone/db/
cp -r mongodb-linux-x86_64-ubuntu2204-7.0.4/bin /usr/lib/python3.10/site-packages/fiftyone/db/
chmod -R a+rwx /usr/lib/python3.10/site-packages/fiftyone/db

Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9f75616a2abcf6a3870e56be2e2278109da19b3d"
__version__ = "c7b8c50019bfb0d9e67ea8ff663e2bf2a367391f"

0 comments on commit 0be1a16

Please sign in to comment.