You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm planning to add some combination of EXP-examples, pyEXP-examples, and EXP-tools to the Docker image. This seems like a good place to get general comments on that...
Possible options for EXP-tools in particular are:
Provide a copy of the repo in the Docker image so that a user can pip install on the fly inside the running container
Preinstall EXP-tools when the Docker image is built (similar to pyEXP itself)
Provide an option to the expbox shell script to pip install EXP-tools
That said, I'd be interested to know how many folks use the Docker image. I know know how many Docker pulls have occurred (309) but I have a basic account. Perhaps worth becoming an organization and apply for Docker sponsorship as an open-source project, but I'd like to know that a user base exists for this before going through that.
The text was updated successfully, but these errors were encountered:
I'm planning to add some combination of
EXP-examples
,pyEXP-examples
, andEXP-tools
to the Docker image. This seems like a good place to get general comments on that...Possible options for
EXP-tools
in particular are:pip install
on the fly inside the running containerEXP-tools
when the Docker image is built (similar topyEXP
itself)expbox
shell script to pip installEXP-tools
That said, I'd be interested to know how many folks use the Docker image. I know know how many Docker pulls have occurred (309) but I have a basic account. Perhaps worth becoming an organization and apply for Docker sponsorship as an open-source project, but I'd like to know that a user base exists for this before going through that.
The text was updated successfully, but these errors were encountered: