Skip to content

Commit

Permalink
chore: 🚚 move download to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunes5thmoon committed Aug 14, 2024
1 parent f9936ae commit 6e476f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ if [[ "$CONDA_DEFAULT_ENV" == "002-unet-exercise" ]]; then
else
echo "Failed to activate environment for package installs. Dependencies not installed!"
fi
gdown -O kaggle_data.zip 1L344AoTTx-mu9MyNt-2iZ5A3ww3tC_Zp
unzip -u -qq kaggle_data.zip && rm kaggle_data.zip
aws s3 cp s3://dl-at-mbl-data/2024/02_unet . --recursive --no-sign-request
conda deactivate
# Return to base environment
conda activate base

0 comments on commit 6e476f8

Please sign in to comment.