Skip to content

Commit

Permalink
update data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Apr 1, 2024
1 parent 6821f69 commit 6b46b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-weaviate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
" \"docker\", \"run\", \"-d\",\n",
" \"--name\", weaviate_name,\n",
" \"-p\", f\"{weaviate_port}:8080\",\n",
" # \"-v\", f\"{volume_dir}:/var/lib/weaviate\",\n",
" # \"-v\", f\"{volume_dir}:/data/content\",\n",
" f\"cr.weaviate.io/semitechnologies/weaviate:{weaviate_version}\"\n",
" ]\n",
" result = subprocess.run(docker_cmd, capture_output=True, text=True)\n",
Expand Down

0 comments on commit 6b46b54

Please sign in to comment.