-
Notifications
You must be signed in to change notification settings - Fork 1
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
R image failing to correctly activate jupyter server extension #965
Comments
@grallewellyn, I suspect you might get better results with a slight tweak to this command:
Throwing
|
Our code is already
without the bin/bash From this build Maybe there is another command we have to add to avoid it adding the bin/bash? |
Seems to be coming from here: https://github.com/MAAP-Project/maap-workspaces/blob/develop/jupyterlab3/docker/Dockerfile#L10-L20 |
Okay, so change to
? @anilnatha What are your thoughts on this since you added those lines? |
You would also remove |
However, I'm not confident that will fix the issue, because the last line of the error shows the following (as I originally mentioned above):
Notice that Instead, I suggest not using For example:
Notice that |
How would the conda environment activate then if you are suggesting to change the lines to
Or maybe you meant
|
I didn't realize that was your intent. You could simply drop the |
Changing to
Fails: https://repo.dit.maap-project.org/root/maap-workspaces/-/jobs/11751 If you think removing |
I'd like to see what @bsatoriu came up with. Generally speaking though, I don't think we should be taking this approach. The point of using |
Brian's work is in this branch: https://github.com/MAAP-Project/maap-workspaces/tree/bsatoriu-patch-dit I created a ticket for this here: #967 |
Seems to potentially be happening as a result in the upgrade of maap-py from v3.1.4 and more specifically this commit: MAAP-Project/maap-py@f9a89e0
We also think it might be that jupyter server extension isn't installing all of its requirements: MAAP-Project/jupyter-server-extension#4 namely xmltodict
Right now I am testing adding in all these requirements to the setup.py of jupyter server extension, but if I add in the packages as
The build fails with
Unpinning the versions is a successful build, but fails with
Error: Failed to run the workspace: "Server 'jupyter' in container 'ws/s3fs' not available."
when launching in the ADE which means jupyter_server needs to be pinned to 2.12.5 (I am trying that right now)Potentially try adding: git+https://github.com/MAAP-Project/[email protected]#egg=maapPy to install_requires
The easiest way to see this error manifesting is that you cannot view your jobs in DIT
The text was updated successfully, but these errors were encountered: