Skip to content

Commit

Permalink
python exe
Browse files Browse the repository at this point in the history
  • Loading branch information
ciangottini committed Sep 28, 2021
1 parent 68f4a9e commit 99a6ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stable/jhub-aas/docker/Dockerfile.dask
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ WORKDIR /usr/local/share/root6source
WORKDIR /usr/local/share/root6build
RUN cmake \
-DCMAKE_INSTALL_PREFIX=/usr/local/share/root6 \
-DPython3_EXECUTABLE=/usr/bin/python3 /usr/local/share/root6source
-DPython3_EXECUTABLE=/opt/conda/bin/python \
/usr/local/share/root6source

RUN cmake --build . --target install -- -j4

Expand Down

0 comments on commit 99a6ff0

Please sign in to comment.