limcheekin commited on
Commit
36e1e32
1 Parent(s): 19485c0

chore: added OPENBLAS_NUM_THREADS to specify the number of threads used by the OpenBLAS.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -27,6 +27,7 @@ RUN chmod +x ./start_server.sh
27
  # Set environment variable for the host
28
  ENV HOST=0.0.0.0
29
  ENV PORT=7860
 
30
 
31
  # Expose a port for the server
32
  EXPOSE ${PORT}
 
27
  # Set environment variable for the host
28
  ENV HOST=0.0.0.0
29
  ENV PORT=7860
30
+ ENV OPENBLAS_NUM_THREADS=1
31
 
32
  # Expose a port for the server
33
  EXPOSE ${PORT}