Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ COPY . .
|
|
| 17 |
|
| 18 |
# Set environment variables
|
| 19 |
ENV PYTHONUNBUFFERED=1
|
|
|
|
| 20 |
|
| 21 |
# Command to run your application
|
| 22 |
# CMD ["python", "app.py"]
|
|
|
|
| 17 |
|
| 18 |
# Set environment variables
|
| 19 |
ENV PYTHONUNBUFFERED=1
|
| 20 |
+
ENV CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
|
| 21 |
|
| 22 |
# Command to run your application
|
| 23 |
# CMD ["python", "app.py"]
|