Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -3,7 +3,8 @@ FROM python:3.9-slim
|
|
3 |
|
4 |
# Set environment variables for Python
|
5 |
ENV PYTHONDONTWRITEBYTECODE=1 \
|
6 |
-
PYTHONUNBUFFERED=1
|
|
|
7 |
|
8 |
# Set the working directory
|
9 |
WORKDIR /app
|
|
|
3 |
|
4 |
# Set environment variables for Python
|
5 |
ENV PYTHONDONTWRITEBYTECODE=1 \
|
6 |
+
PYTHONUNBUFFERED=1 \
|
7 |
+
NUMBA_DISABLE_JIT=1
|
8 |
|
9 |
# Set the working directory
|
10 |
WORKDIR /app
|