Skip to content

Commit

Permalink
fix release.Dockerfile: update installation verification messages for…
Browse files Browse the repository at this point in the history
… clarity
  • Loading branch information
tgoelles committed Dec 3, 2024
1 parent 40a0b4f commit dda661a
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 @@ -38,7 +38,7 @@ ADD doc/sphinx/source/tutorial_notebooks ./tutorial_notebooks
# install
RUN /usr/local/bin/pip install $PACKAGE_HOME

# Make sure the environment is activated:
# Make sure the everything is installed ok
RUN /bin/bash -c echo "Make sure pointcloudset is installed:"
RUN /bin/bash -c "python -c 'import pointcloudset; print(pointcloudset.__version__); from pointcloudset import Dataset'"
RUN /bin/bash -c "pointcloudset --help || (echo 'CLI not installed' && exit 1)"
Expand Down

0 comments on commit dda661a

Please sign in to comment.