Spaces:
Running
on
L4
Running
on
L4
Commit
·
d2877c2
1
Parent(s):
e58376a
Reduce jobs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -49,7 +49,7 @@ RUN mkdir -p storm_build && \
|
|
49 |
-DSTORM_LOG_DISABLE_DEBUG=ON \
|
50 |
-DSTORM_PORTABLE=ON \
|
51 |
-DSTORM_USE_SPOT_SHIPPED=ON && \
|
52 |
-
make -
|
53 |
|
54 |
RUN pip install stormpy
|
55 |
|
|
|
49 |
-DSTORM_LOG_DISABLE_DEBUG=ON \
|
50 |
-DSTORM_PORTABLE=ON \
|
51 |
-DSTORM_USE_SPOT_SHIPPED=ON && \
|
52 |
+
make -j4
|
53 |
|
54 |
RUN pip install stormpy
|
55 |
|