Skip to content

Commit

Permalink
Add SKAI library install code back into assessment colab
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674338169
  • Loading branch information
jzxu authored and copybara-github committed Sep 13, 2024
1 parent 864fb9e commit b059882
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/colab/skai_assessment_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ def process_image_entries(entries: list[str]) -> list[str]:
# @markdown proceed to run the next cell.
def install_requirements():
"""Installs necessary Python libraries."""
# !rm -rf {SKAI_CODE_DIR}
# !git clone {SKAI_REPO} {SKAI_CODE_DIR}
# !pip install {SKAI_CODE_DIR}/src/.

requirements = textwrap.dedent('''
apache_beam[gcp]==2.54.0
google-cloud-storage>=2.18.2 # https://github.com/apache/beam/issues/32169
Expand Down

0 comments on commit b059882

Please sign in to comment.