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
Update dockerimage information and entrypoint (mosdef-hub#943)
* Update dockerimage information and entrypoint
While working with the latest mbuild docker image, I noticed that the
entrypoint script would fail due to an incorrect conda environement
name.
I also noticed in some cases where python would be updated to 3.9
instead of being fixed at 3.7. I think it is due to the second line
where we install jupyter with nomkl after we create the environment with
the environment.yml file. These have been updated and fixed now.
* Fix incorrect syntax for python version
* Use proper variable expansion for docker
0 commit comments