Skip to content

Commit

Permalink
clone repository using https
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-cornish authored Jan 31, 2025
1 parent 14751f6 commit 7ac040d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ conda create -n gbmhackathon -y python=3.10
conda activate gbmhackathon
```

4. Install the dependencies.
4. Clone the repository and install the dependencies.
```bash
cd /home/ec2-user/SageMaker
git clone git@github.com:owkin/gbm_hackathon.git
git clone https://github.com/owkin/gbm_hackathon.git
cd gbm_hackathon
make install-poetry
make install-all
Expand Down

0 comments on commit 7ac040d

Please sign in to comment.