limcheekin commited on
Commit
41122b6
1 Parent(s): db6f5ea

chore: removed OPENBLAS_NUM_THREADS as no performance improvement had been observed.

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -27,7 +27,6 @@ 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
- ENV OPENBLAS_NUM_THREADS=2
31
 
32
  # Expose a port for the server
33
  EXPOSE ${PORT}
 
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}