-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Restricting cornac to 1.15.1 for issue with 1.15.4 #1934
Conversation
mmmm it seems it is not taking the changing, it still uses cornac 1.15.4, instead of 1.15.1.
Why don't you obey me? o_o The problem is that we are installing the pip library
|
Tried in
error:
|
Tried:
But I get the same error as when it install with pip install recommenders. It should download cornac 1.15.1, but it downloads 1.15.4
|
@pradnyeshjoshi I'm trying to install the local recommenders |
tried with command:
I got the error: Both Script and Command cannot be specified with the request |
Tried interpreter options:
got the error: |
Tried to set
I get this error:
This won't solve the problem because still we need to install the deps that we define in the local setup.py instead of the ones defined in the recommenders pip. |
Trying to build a dockerfile from scratch: Only CPU for now
|
run_azuremlcompute.environment.docker.enabled = True | ||
# run_azuremlcompute.environment.docker.base_image = docker_proc_type | ||
|
||
dockerfile = """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is more reliable to use CondaDependencies
to set up the Conda env than dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@miguelgfierro I see why you tried to use dockerfile here. I think it should be possible to use CondaDependencies
or the like to install recommenders locally. I'll do a research.
This is awesome @simonzhaoms |
Description
See #1933
Related Issues
References
Checklist:
staging branch
and not tomain branch
.