Mdean77 commited on
Commit
722a5e9
·
1 Parent(s): b121930

trying sudo

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -2,7 +2,7 @@
2
  # Start Qdrant in the background
3
  echo "Starting Qdrant server..."
4
  /qdrant/qdrant &
5
- mkdir -p /home/user/.local/bin
6
  echo "Qdrant is ready!"
7
 
8
  curl -LsSf https://astral.sh/uv/install.sh | sh
 
2
  # Start Qdrant in the background
3
  echo "Starting Qdrant server..."
4
  /qdrant/qdrant &
5
+ sudo mkdir -p /home/user/.local/bin
6
  echo "Qdrant is ready!"
7
 
8
  curl -LsSf https://astral.sh/uv/install.sh | sh