Skip to content

Commit

Permalink
Merge pull request #7 from kinfey/main
Browse files Browse the repository at this point in the history
update devcontainer.json
  • Loading branch information
kinfey authored Jul 29, 2024
2 parents 0cccc2a + 8713d9d commit 88d9937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash

apt-get install git-lfs
sudo apt-get update

sudo apt-get install git-lfs

pip install -r ./.devcontainer/requirements.txt

0 comments on commit 88d9937

Please sign in to comment.