Skip to content

Commit

Permalink
update python path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Divoll committed Aug 16, 2023
1 parent ce08096 commit 36f7972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /opt

RUN git clone https://github.com/WilhelmusLab/ice-floe-tracker-pipeline.git

RUN /usr/local/julia/bin/julia --project="/opt/ice-floe-tracker-pipeline" -e 'ENV["PYTHON"]="/usr/local/bin/python"; using Pkg; Pkg.build()'
RUN /usr/local/julia/bin/julia --project="/opt/ice-floe-tracker-pipeline" -e 'ENV["PYTHON"]="/lib/python3"; using Pkg; Pkg.build()'

COPY workflow/scripts/ice-floe-tracker.jl /usr/local/bin/ice-floe-tracker.jl

Expand Down

0 comments on commit 36f7972

Please sign in to comment.