Spaces:
Runtime error
Runtime error
limcheekin
commited on
Commit
•
db6f5ea
1
Parent(s):
36e1e32
chore: updated OPENBLAS_NUM_THREADS to 2.
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +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 |
-
ENV OPENBLAS_NUM_THREADS=
|
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 |
+
ENV OPENBLAS_NUM_THREADS=2
|
31 |
|
32 |
# Expose a port for the server
|
33 |
EXPOSE ${PORT}
|