Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Jul 20, 2023
1 parent 0fcecad commit 1cc3769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main(hf_username: Optional[str], hf_space: Optional[str], dataset: list[str]
run(f'rm -rf {repo_basedir}/*')

# Export the requirements file so it can be pip installed in the docker container.
run(f'poetry export --without-hashes > {repo_basedir}/requirements.txt')
run(f'poetry export --extras all --without-hashes > {repo_basedir}/requirements.txt')

# Copy source code.
copy_dirs = ['src', 'web/blueprint/build']
Expand Down

0 comments on commit 1cc3769

Please sign in to comment.