-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix(Remote Desktop): repair quarto, vscode extensions #661
Conversation
…rto is already there.
…in /usr/local/bin.
… command with rm -f.
… code extensions into separate commands.
…e is a language pack sub-directory somewhere in there.
…o through manually.
…ode-loc problem persists.
… specification, no sudo on cd-ing.
…k. Verifying if language extension was moved into vscode extensions directory.
…ic links that were being made to the temporary node installation.
…before the base image got unpinned.
…being kept commented out.
This pull request is ready to be reviewed. Note again that the test phase steps are commented out from the .github workflow file because there was a JSONDecodeError thrown by one of the python test scripts. So omitting the test phase will apply to the other images. |
@jacek-dudek A couple of notes regarding the pr:
|
I concatenated the various RUN directives and reverted the changes that were breaking things again. |
Description
What your PR adds/fixes/removes
Tests / Quality Checks
Are there breaking changes?
Ask yourself the next question;
If no, then carry on. If yes, there is a breaking change and we want to maintain the previous image do the following
Automated Testing/build and deployment
auto-deploy
tag to the PR before pushing in order to build and push the image to ACR so you can test it in cluster as a custom image?JupyterLab extensions
jupyter labextension list
from inside the notebook)?VS Code tests
Code review
auto-deploy
tag to your PR before your most recent push to this repo? This causes CI to build the image and push to our ACR, letting reviewers access the built image without having to create it themselvesk8scc01covidacrdev.azurecr.io/jupyterlab-cpu:746d058e2f37e004da5ca483d121bfb9e0545f2b
)?