Skip to content

Commit

Permalink
Updated path to PE2I
Browse files Browse the repository at this point in the history
  • Loading branch information
claesnl committed Sep 25, 2023
1 parent 1925ff3 commit 9026eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/pe2idenoiser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -qq \
git

# pe2iDenoiser
RUN pip install git+https://github.com/CAAI/[email protected]
RUN pip install git+https://github.com/CAAI/PE2I_denoiser.git@v0.1.2

# Trigger download of parameter files
RUN python -c "from PE2I_denoiser import utils; utils.maybe_download_parameters_and_template()"
Expand Down

0 comments on commit 9026eb9

Please sign in to comment.