Skip to content

Commit

Permalink
chore: change deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Feb 6, 2024
1 parent 1f938db commit 1c836a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/predictor/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.9

ENV OPENBLAS_NUM_THREADS=1
ENV OMP_NUM_THREADS=1

WORKDIR /code

COPY ./requirements.txt /code/requirements.txt
Expand Down

0 comments on commit 1c836a4

Please sign in to comment.