Skip to content

Commit dd3f49b

Browse files
committed
fixed issue with numba_cache
1 parent 07b60c8 commit dd3f49b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/setup-folders.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22
cd "$(dirname "$0}")" || exit
33
mkdir -p ../docker/backend_repo
4+
mkdir -p ../docker/api_cache
45
mkdir -p ../docker/celery_cache
56
mkdir -p ../docker/rq_cache
67
mkdir -p ../docker/ollama_cache

docker/compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,10 @@ services:
271271
OIDC_CLIENT_SECRET: ${OIDC_CLIENT_SECRET}
272272
OIDC_SERVER_METADATA_URL: ${OIDC_SERVER_METADATA_URL}
273273
IS_STABLE: ${IS_STABLE:-false}
274+
NUMBA_CACHE_DIR: /api_cache/numba_cache
274275
volumes:
275276
- ./backend_repo:/tmp/dats
277+
- ./api_cache:/api_cache
276278
depends_on:
277279
postgres:
278280
condition: service_healthy

0 commit comments

Comments
 (0)