Skip to content

Commit

Permalink
install numpy explicitly in wikipedia example (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh-at committed May 6, 2024
1 parent a238c97 commit 2ac53eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/embeddings/wikipedia/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def spawn_server() -> subprocess.Popen:
add_python="3.10",
)
.dockerfile_commands("ENTRYPOINT []")
.pip_install("httpx")
.pip_install("httpx", "numpy")
)

with tei_image.imports():
Expand Down

0 comments on commit 2ac53eb

Please sign in to comment.