Skip to content

Commit

Permalink
Start GAP with --single-thread option
Browse files Browse the repository at this point in the history
This option was added in gap-system/gap#3715
  • Loading branch information
alex-konovalov authored Oct 26, 2019
1 parent 1849941 commit 4ac9d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/hpcgap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN jupyter kernelspec install \
RUN pip install --no-cache nbgitpuller

# configure gap kernel
ENV JUPYTER_GAP_EXECUTABLE "${GAPROOT}/bin/gap.sh -r -A -S"
ENV JUPYTER_GAP_EXECUTABLE "${GAPROOT}/bin/gap.sh -r -A -S --single-thread"

# setup the home dir
USER root
Expand Down

0 comments on commit 4ac9d08

Please sign in to comment.