Skip to content

Commit

Permalink
Use setup script in devcontainer codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostis-S-Z committed Dec 6, 2024
1 parent a414609 commit 7db0284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"version": "latest"
}
},
"postCreateCommand": "pip install -e . --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu"
"postCreateCommand": "bash .github/setup.sh"
}

0 comments on commit 7db0284

Please sign in to comment.