Skip to content

Commit

Permalink
fix Dockerfile: removed unnecessary 'sudo' from pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Dec 3, 2024
1 parent 88f5534 commit 0149392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY README.rst ./
ADD doc/sphinx/source/tutorial_notebooks ./tutorial_notebooks

# install
RUN sudo /usr/local/bin/pip install $PACKAGE_HOME
RUN /usr/local/bin/pip install $PACKAGE_HOME

RUN /bin/bash -c "source activate base && \
pip install $PACKAGE_HOME"
Expand Down

0 comments on commit 0149392

Please sign in to comment.