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
What level of detail shall we have in the dockers and requirements file?
Dockers:
It might be good to specify which repo2docker image tag we want, such that we don't always pull the latest (which might in the future potentially break dependencies).
Requirements:
More or less the same issue. How specific do we need to be? I guess we should at least specify that ... >=; but do we need to specify a specific package version? For reproducability it seems better; but it's more of a hassle for other people if they need to install specific versions on numpy / matplotlib / ...
The text was updated successfully, but these errors were encountered:
What level of detail shall we have in the dockers and requirements file?
Dockers:
It might be good to specify which repo2docker image tag we want, such that we don't always pull the latest (which might in the future potentially break dependencies).
Requirements:
More or less the same issue. How specific do we need to be? I guess we should at least specify that ...
>=
; but do we need to specify a specific package version? For reproducability it seems better; but it's more of a hassle for other people if they need to install specific versions on numpy / matplotlib / ...The text was updated successfully, but these errors were encountered: