Skip to content

Commit

Permalink
update to new repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerieducret committed Jan 31, 2025
1 parent 8e56972 commit 36e5be8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ conda config --append envs_dirs /home/ec2-user/SageMaker/.conda/envs

3. Create the environment.
```bash
conda create -n gbmosaic -y python=3.10
conda activate gbmosaic
conda create -n gbmhackathon -y python=3.10
conda activate gbmhackathon
```

4. Install the dependencies.
```bash
cd /home/ec2-user/SageMaker
git clone [email protected]:owkin/gbm_mosaic.git
cd gbm_mosaic
git clone [email protected]:owkin/gbm_hackathon.git
cd gbm_hackathon
make install-poetry
make install-all
pre-commit install
Expand Down

0 comments on commit 36e5be8

Please sign in to comment.