Luigi commited on
Commit
7984c5b
·
verified ·
1 Parent(s): 7c22a41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]