Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
pupster90 authored Jan 30, 2024
1 parent f21ebe9 commit 84e136e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classroom/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# Install the latest version of the Braingeneers Python package from GitHub
#${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/braingeneers/braingeneerspy.git#egg=braingeneers[data,iot,analysis,ml]
pip install braingeneerspy
#pip install braingeneerspy
${NB_PYTHON_PREFIX}/bin/pip install --no-cache git+https://github.com/braingeneers/braingeneerspy.git#egg=braingeneers[data,iot,analysis,ml]

# Install homework datasets from S3
# This script will download the datasets from S3 and place them in the correct directory structure
Expand Down

0 comments on commit 84e136e

Please sign in to comment.