Skip to content

Commit

Permalink
BLAS threads for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Adly committed Jun 17, 2024
1 parent b77f0c4 commit daff154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion agentrun-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
pids_limit: 10
security_opt:
- no-new-privileges:true

environment:
- OPENBLAS_NUM_THREADS=1 # this specifically for a numpy bug. See: https://github.com/Jonathan-Adly/AgentRun/issues/7#issue-2306842471
volumes:
code_execution_volume:
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agentrun"
version = "0.2.3"
version = "0.2.4"
description = "The easiest way to run AI or user generated python code safely in a docker container"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit daff154

Please sign in to comment.