Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Data explorer local runner usage #307

Merged
merged 23 commits into from
Jul 20, 2023
Merged

Bugfix: Data explorer local runner usage #307

merged 23 commits into from
Jul 20, 2023

Conversation

mrchtr
Copy link
Contributor

@mrchtr mrchtr commented Jul 19, 2023

I have tested fondant explore by using local manifest on a M1. Therefore, I ran into some issues.

  • I updated the data explorer Dockerfile according to this solution proposal (streamlit run fails for containerized v1.10.0 streamlit/streamlit#4842 (comment)) which allows the execution of the streamlit container on a M1

  • If a user has not named the local data directory as artifacts, the local path can not be resolved, and the data explorer can not load the parquet files. Therefore, I propose keeping the original name of the data directory when mounting it to the Docker container.

  • Some smaller typo fixes of the data explorer documentation

Copy link
Collaborator

@GeorgesLorre GeorgesLorre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx!

@RobbeSneyders
Copy link
Member

Thanks @mrchtr!

@RobbeSneyders RobbeSneyders merged commit d4a594f into ml6team:main Jul 20, 2023
satishjasthi pushed a commit to satishjasthi/fondant that referenced this pull request Jul 21, 2023
I have tested `fondant explore` by using local manifest on a M1.
Therefore, I ran into some issues.

- I updated the data explorer Dockerfile according to this solution
proposal
(streamlit/streamlit#4842 (comment))
which allows the execution of the streamlit container on a M1

- If a user has not named the local data directory as `artifacts`, the
local path can not be resolved, and the data explorer can not load the
parquet files. Therefore, I propose keeping the original name of the
data directory when mounting it to the Docker container.

- Some smaller typo fixes of the data explorer documentation

---------

Co-authored-by: NielsRogge <[email protected]>
Co-authored-by: Robbe Sneyders <[email protected]>
Hakimovich99 pushed a commit that referenced this pull request Oct 16, 2023
I have tested `fondant explore` by using local manifest on a M1.
Therefore, I ran into some issues.

- I updated the data explorer Dockerfile according to this solution
proposal
(streamlit/streamlit#4842 (comment))
which allows the execution of the streamlit container on a M1

- If a user has not named the local data directory as `artifacts`, the
local path can not be resolved, and the data explorer can not load the
parquet files. Therefore, I propose keeping the original name of the
data directory when mounting it to the Docker container.

- Some smaller typo fixes of the data explorer documentation

---------

Co-authored-by: NielsRogge <[email protected]>
Co-authored-by: Robbe Sneyders <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants