Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arovai committed Jun 24, 2024
1 parent 0c6a1de commit b61dc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.11
WORKDIR /code

COPY requirements.txt cvrmap/
RUN pip install --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org -r cvrmap/requirements.txt
RUN pip install --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org -r cvrmap/requirements.txt --timeout=600

COPY cvrmap cvrmap/cvrmap
COPY setup.py cvrmap/
Expand Down
2 changes: 1 addition & 1 deletion cvrmap/cvrmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def main():
global_signal_shift, corrected_noise, parameters, outputs)

from nireports.assembler.tools import run_reports
run_reports(output_dir, subject_label + 'TEST', 'madeoutuuid', bootstrap_file=get_report_config(),
run_reports(output_dir, subject_label, 'madeoutuuid', bootstrap_file=get_report_config(),
reportlets_dir=output_dir)

# running group level
Expand Down

0 comments on commit b61dc05

Please sign in to comment.